[Python-checkins] cpython (2.7): #11985: document the return value of platform.python_implementation for PyPy.

ezio.melotti python-checkins at python.org
Tue May 3 19:44:39 CEST 2011


http://hg.python.org/cpython/rev/f6c85df15874
changeset:   69806:f6c85df15874
branch:      2.7
parent:      69804:dd58f8072216
user:        Ezio Melotti <ezio.melotti at gmail.com>
date:        Tue May 03 20:41:48 2011 +0300
summary:
  #11985: document the return value of platform.python_implementation for PyPy.

files:
  Doc/library/platform.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/platform.rst b/Doc/library/platform.rst
--- a/Doc/library/platform.rst
+++ b/Doc/library/platform.rst
@@ -108,7 +108,7 @@
 .. 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
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list