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-20.17:29:52
SpamBayes Score 9.571609e-05
Marked as misclassified No
Message-id <1277054995.07.0.212973432725.issue8964@psf.upfronthosting.co.za>
In-reply-to
Content
print repr(sys_version)
returns
'2.6.1 (IronPython 2.6.1 (2.6.10920.0) on .NET 2.0.50727.3603)'

The format of sys.version now start with a version number
2.6.1 (IronPythons  2.6.1 (2.6.10920.0) on .NET 4.0.30319.1)
My guess is that with previous version of IronPython this was not the case
History
Date User Action Args
2010-06-20 17:29:55fredericaltorressetrecipients: + fredericaltorres, lemburg
2010-06-20 17:29:55fredericaltorressetmessageid: <1277054995.07.0.212973432725.issue8964@psf.upfronthosting.co.za>
2010-06-20 17:29:52fredericaltorreslinkissue8964 messages
2010-06-20 17:29:52fredericaltorrescreate