#11985: merge with 3.1.

This commit is contained in:
Ezio Melotti 2011-05-04 18:39:29 +03:00
commit e548f5a001

View file

@ -1419,7 +1419,8 @@ def python_implementation():
Currently, the following implementations are identified:
'CPython' (C implementation of Python),
'IronPython' (.NET implementation of Python),
'Jython' (Java implementation of Python).
'Jython' (Java implementation of Python),
'PyPy' (Python implementation of Python).
"""
return _sys_version()[0]