[issue8964] Method _sys_version() module Lib\platform.py does parse correctly IronPython 2.x version

Frederic Torres report at bugs.python.org
Thu Jun 10 23:11:35 CEST 2010


New submission from Frederic Torres <fredericaltorres at gmail.com>:

Method _sys_version() module Lib\platform.py does parse correctly IronPython 2.x version

The format of sys.version now start with a version number and (
2.6.1 (IronPython 2.6.1 (2.6.10920.0) on .NET 4.0.30319.1)

File:     Lib\platform.py
Function: def _sys_version(sys_version=None):
Line:     1326

----------
components: Library (Lib)
messages: 107487
nosy: fredericaltorres, lemburg
priority: normal
severity: normal
status: open
title: Method _sys_version() module Lib\platform.py does parse correctly IronPython 2.x version
type: behavior
versions: Python 2.6

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


More information about the Python-bugs-list mailing list