Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 03b8d4e + f16898b commit e548f5aCopy full SHA for e548f5a
1 file changed
Lib/platform.py
@@ -1417,9 +1417,10 @@ def python_implementation():
1417
""" Returns a string identifying the Python implementation.
1418
1419
Currently, the following implementations are identified:
1420
- 'CPython' (C implementation of Python),
1421
- 'IronPython' (.NET implementation of Python),
1422
- 'Jython' (Java implementation of Python).
+ 'CPython' (C implementation of Python),
+ 'IronPython' (.NET implementation of Python),
+ 'Jython' (Java implementation of Python),
1423
+ 'PyPy' (Python implementation of Python).
1424
1425
"""
1426
return _sys_version()[0]
0 commit comments