Commit e548f5a0 authored by Ezio Melotti's avatar Ezio Melotti

#11985: merge with 3.1.

parents 03b8d4e4 f16898bc
...@@ -1419,7 +1419,8 @@ def python_implementation(): ...@@ -1419,7 +1419,8 @@ def python_implementation():
Currently, the following implementations are identified: Currently, the following implementations are identified:
'CPython' (C implementation of Python), 'CPython' (C implementation of Python),
'IronPython' (.NET 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] return _sys_version()[0]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment