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 eric.araujo
Recipients eric.araujo, fredericaltorres, lemburg
Date 2010-12-22.21:17:42
SpamBayes Score 6.236369e-05
Marked as misclassified No
Message-id <1293052664.63.0.0640390553646.issue8964@psf.upfronthosting.co.za>
In-reply-to
Content
This is the tracker for CPython, not IronPython, but I assume they synchronize their standard modules with ours, so I think this bug should be fixed here (not in 2.6 though, this old version only gets security fixes).

Guidelines for patches: http://www.python.org/dev/patches/

In short: check out the py3k branch, add a test that fails in Lib/test/test_platform.py (in the test_sys_version method), then patch the code to make the test pass.
History
Date User Action Args
2010-12-22 21:17:44eric.araujosetrecipients: + eric.araujo, lemburg, fredericaltorres
2010-12-22 21:17:44eric.araujosetmessageid: <1293052664.63.0.0640390553646.issue8964@psf.upfronthosting.co.za>
2010-12-22 21:17:42eric.araujolinkissue8964 messages
2010-12-22 21:17:42eric.araujocreate