[issue8964] platform._sys_version does not parse correctly IronPython 2.x version

Martin Matusiak report at bugs.python.org
Thu Oct 17 07:59:20 CEST 2013


Martin Matusiak added the comment:

Hm, I see. Actually, "in" is already used in this function a little further down:

    elif "PyPy" in sys_version:

So we should change both occurrences then. I'm attaching a v2 with these changes.

----------
Added file: http://bugs.python.org/file32154/issue8964_v2.diff

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


More information about the Python-bugs-list mailing list