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

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


http://hg.python.org/cpython/rev/4d946d4166fc
changeset:   69807:4d946d4166fc
branch:      3.1
parent:      69762:ecf41fca3273
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
@@ -104,7 +104,7 @@
 .. function:: python_implementation()
 
    Returns a string identifying the Python implementation. Possible return values
-   are: 'CPython', 'IronPython', 'Jython'.
+   are: 'CPython', 'IronPython', 'Jython', 'PyPy'.
 
 
 .. function:: python_revision()

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


More information about the Python-checkins mailing list