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 belopolsky
Recipients SilentGhost, Trundle, belopolsky, georg.brandl, vstinner
Date 2011-01-05.16:50:41
SpamBayes Score 1.2077022e-06
Marked as misclassified No
Message-id <1294246256.63.0.203574599968.issue10827@psf.upfronthosting.co.za>
In-reply-to
Content
Attached patch, issue10827b.diff, fixes the accept2dyear = True issue and removes unnecessary struct_time to tuple conversion, but otherwise does not change the Y2K behavior.  The code handling accept2dyear is refactored so that it is now easy to accept y < 1900 in accept2dyear = False mode.  The patch also includes unit tests.
History
Date User Action Args
2011-01-05 16:50:56belopolskysetrecipients: + belopolsky, georg.brandl, vstinner, Trundle, SilentGhost
2011-01-05 16:50:56belopolskysetmessageid: <1294246256.63.0.203574599968.issue10827@psf.upfronthosting.co.za>
2011-01-05 16:50:42belopolskylinkissue10827 messages
2011-01-05 16:50:42belopolskycreate