cpython: 4d946d4166fc (original) (raw)

Mercurial > cpython

changeset 69807:4d946d4166fc 3.1

#11985: document the return value of platform.python_implementation for PyPy. [#11985]

Ezio Melotti ezio.melotti@gmail.com
date Tue, 03 May 2011 20:41:48 +0300
parents ecf41fca3273
children 5e661f5c301a 175dcc8c4b23
files Doc/library/platform.rst
diffstat 1 files changed, 1 insertions(+), 1 deletions(-)[+] [-] Doc/library/platform.rst 2

line wrap: on

line diff

--- 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

.. function:: python_revision()