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 6d3c9a6 + e548f5a commit 2c173baCopy full SHA for 2c173ba
1 file changed
Lib/platform.py
@@ -1336,9 +1336,10 @@ def python_implementation():
1336
""" Returns a string identifying the Python implementation.
1337
1338
Currently, the following implementations are identified:
1339
- 'CPython' (C implementation of Python),
1340
- 'IronPython' (.NET implementation of Python),
1341
- 'Jython' (Java implementation of Python).
+ 'CPython' (C implementation of Python),
+ 'IronPython' (.NET implementation of Python),
+ 'Jython' (Java implementation of Python),
1342
+ 'PyPy' (Python implementation of Python).
1343
1344
"""
1345
return _sys_version()[0]
0 commit comments