#11985: document the return value of platform.python_implementation for PyPy.
This commit is contained in:
parent
e4163e2c8d
commit
001cc954bb
|
@ -108,7 +108,7 @@ Cross Platform
|
|||
.. function:: python_implementation()
|
||||
|
||||
Returns a string identifying the Python implementation. Possible return values
|
||||
are: 'CPython', 'IronPython', 'Jython'.
|
||||
are: 'CPython', 'IronPython', 'Jython', 'PyPy'.
|
||||
|
||||
.. versionadded:: 2.6
|
||||
|
||||
|
|
Loading…
Reference in New Issue