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 serhiy.storchaka
Recipients dstufft, eric.araujo, lemburg, serhiy.storchaka, tarek
Date 2016-01-01.07:44:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1451634303.31.0.471991642776.issue25985@psf.upfronthosting.co.za>
In-reply-to
Content
Proposed patch replaces all occurrences of sys.version[:3] with '%d.%d' % sys.version_info[:2]. The former doesn't work with non-one-digit versions (such as 3.10 and 10.1).
History
Date User Action Args
2016-01-01 07:45:05serhiy.storchakasetrecipients: + serhiy.storchaka, lemburg, tarek, eric.araujo, dstufft
2016-01-01 07:45:03serhiy.storchakasetmessageid: <1451634303.31.0.471991642776.issue25985@psf.upfronthosting.co.za>
2016-01-01 07:45:03serhiy.storchakalinkissue25985 messages
2016-01-01 07:45:03serhiy.storchakacreate