Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2c173ba

Browse files
committed
#11985: merge with 3.2.
2 parents 6d3c9a6 + e548f5a commit 2c173ba

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

Lib/platform.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1336,9 +1336,10 @@ def python_implementation():
13361336
""" Returns a string identifying the Python implementation.
13371337
13381338
Currently, the following implementations are identified:
1339-
'CPython' (C implementation of Python),
1340-
'IronPython' (.NET implementation of Python),
1341-
'Jython' (Java implementation of Python).
1339+
'CPython' (C implementation of Python),
1340+
'IronPython' (.NET implementation of Python),
1341+
'Jython' (Java implementation of Python),
1342+
'PyPy' (Python implementation of Python).
13421343
13431344
"""
13441345
return _sys_version()[0]

0 commit comments

Comments
 (0)