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 vstinner
Recipients benno, davidfraser, loewis, skip.montanaro, vstinner
Date 2008-11-11.03:50:07
SpamBayes Score 3.9883915e-05
Marked as misclassified No
Message-id <1226375408.96.0.788075801501.issue1777412@psf.upfronthosting.co.za>
In-reply-to
Content
The patch doesn't work on Python3 because Python3 changes 
time.strftime() for year < 1900: if time.accept2dyear is not False (or 
not set), raise an error; otherwise convert 0..68 => 2000..2068, 
69..99 => 1968..1999, or raise an error.
History
Date User Action Args
2008-11-11 03:50:09vstinnersetrecipients: + vstinner, loewis, skip.montanaro, davidfraser, benno
2008-11-11 03:50:08vstinnersetmessageid: <1226375408.96.0.788075801501.issue1777412@psf.upfronthosting.co.za>
2008-11-11 03:50:08vstinnerlinkissue1777412 messages
2008-11-11 03:50:08vstinnercreate