cpython: cc7342b4e59d (original) (raw)
Mercurial > cpython
changeset 69829:cc7342b4e59d 3.2
#11985: merge with 3.1. [#11985]
Ezio Melotti ezio.melotti@gmail.com | |
---|---|
date | Wed, 04 May 2011 18:39:29 +0300 |
parents | 03d511dec224(current diff)7bf9d7ae6c94(diff) |
children | 6b95bf39842f 2a19d09b08f8 |
files | Lib/platform.py |
diffstat | 1 files changed, 4 insertions(+), 3 deletions(-)[+] [-] Lib/platform.py 7 |
line wrap: on
line diff
--- a/Lib/platform.py +++ b/Lib/platform.py @@ -1417,9 +1417,10 @@ def python_implementation(): """ Returns a string identifying the Python implementation. Currently, the following implementations are identified:
'CPython' (C implementation of Python),[](#l1.7)
'IronPython' (.NET implementation of Python),[](#l1.8)
'Jython' (Java implementation of Python).[](#l1.9)
'CPython' (C implementation of Python),[](#l1.10)
'IronPython' (.NET implementation of Python),[](#l1.11)
'Jython' (Java implementation of Python),[](#l1.12)
'PyPy' (Python implementation of Python).[](#l1.13)