#11985: update docstring of platform.python_implementation.

This commit is contained in:
Ezio Melotti 2011-05-04 18:37:50 +03:00
parent 308053ee11
commit f16898bc80
1 changed files with 4 additions and 3 deletions

View File

@ -1400,7 +1400,8 @@ def python_implementation():
Currently, the following implementations are identified:
'CPython' (C implementation of Python),
'IronPython' (.NET implementation of Python),
'Jython' (Java implementation of Python).
'Jython' (Java implementation of Python),
'PyPy' (Python implementation of Python).
"""
return _sys_version()[0]