#11985: merge with 3.1.

This commit is contained in:
Ezio Melotti 2011-05-03 20:43:48 +03:00
commit 5098d44354
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,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()