Skip to content

Commit e548f5a

Browse files
committed
#11985: merge with 3.1.
2 parents 03b8d4e + f16898b commit e548f5a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Lib/platform.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1417,9 +1417,10 @@ def python_implementation():
14171417
""" Returns a string identifying the Python implementation.
14181418
14191419
Currently, the following implementations are identified:
1420-
'CPython' (C implementation of Python),
1421-
'IronPython' (.NET implementation of Python),
1422-
'Jython' (Java implementation of Python).
1420+
'CPython' (C implementation of Python),
1421+
'IronPython' (.NET implementation of Python),
1422+
'Jython' (Java implementation of Python),
1423+
'PyPy' (Python implementation of Python).
14231424
14241425
"""
14251426
return _sys_version()[0]

0 commit comments

Comments
 (0)