]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
#11985: document the return value of platform.python_implementation for PyPy.
authorEzio Melotti <ezio.melotti@gmail.com>
Tue, 3 May 2011 17:41:48 +0000 (20:41 +0300)
committerEzio Melotti <ezio.melotti@gmail.com>
Tue, 3 May 2011 17:41:48 +0000 (20:41 +0300)
Doc/library/platform.rst

index 7802422102c4bcaae093d454c38da5126ea593b2..c2b85e6096d00026e3a649a2e884baff79ac35a5 100644 (file)
@@ -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