This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author fredericaltorres
Recipients fredericaltorres, lemburg
Date 2010-06-10.21:11:33
SpamBayes Score 0.00039692858
Marked as misclassified No
Message-id <1276204295.1.0.731236969654.issue8964@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2010-06-10 21:11:35fredericaltorressetrecipients: + fredericaltorres, lemburg
2010-06-10 21:11:35fredericaltorressetmessageid: <1276204295.1.0.731236969654.issue8964@psf.upfronthosting.co.za>
2010-06-10 21:11:33fredericaltorreslinkissue8964 messages
2010-06-10 21:11:33fredericaltorrescreate