➜

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.

作者 vstinner
收信人 benno, davidfraser, loewis, skip.montanaro, vstinner
日期 2008-11-11.03:50:07
SpamBayes Score 3.9883915e-05
Marked as misclassified 否
Message-id <1226375408.96.0.788075801501.issue1777412@psf.upfronthosting.co.za>
In-reply-to
内容
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.
历史
日期 用户 动作 参数
2008-11-11 03:50:09vstinner修改recipients: + vstinner, loewis, skip.montanaro, davidfraser, benno
2008-11-11 03:50:08vstinner修改messageid: <1226375408.96.0.788075801501.issue1777412@psf.upfronthosting.co.za>
2008-11-11 03:50:08vstinner链接issue1777412 messages
2008-11-11 03:50:08vstinner创建