[issue14673] add sys.implementation

Éric Araujo report at bugs.python.org
Thu Apr 26 17:12:13 CEST 2012


Éric Araujo <merwok at netwok.org> added the comment:

*version* is a version tuple, in the format of :data:`sys.version_info`,
   which represents the version of the Python implementation, **not** the
   version of the Python specification it implements.

If that version number is specific to each VM, then I’m not sure we should mandate a specific format.

----------
nosy: +eric.araujo

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14673>
_______________________________________


More information about the Python-bugs-list mailing list