From: Ezio Melotti Date: Tue, 3 May 2011 17:41:48 +0000 (+0300) Subject: #11985: document the return value of platform.python_implementation for PyPy. X-Git-Tag: v3.2.1b1~28^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b351bcca23becfa9097a35d931bc554c329b2615;p=thirdparty%2FPython%2Fcpython.git #11985: document the return value of platform.python_implementation for PyPy. --- diff --git a/Doc/library/platform.rst b/Doc/library/platform.rst index a71d5335a2cc..36275ed22666 100644 --- a/Doc/library/platform.rst +++ b/Doc/library/platform.rst @@ -104,7 +104,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'. .. function:: python_revision()