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
收信人 belopolsky, benno, davidfraser, eric.araujo, georg.brandl, giampaolo.rodola, kiorky, loewis, vstinner
日期 2011-01-08.03:39:00
SpamBayes Score 5.227981e-06
Marked as misclassified
Message-id <1294457941.64.0.761242625024.issue1777412@psf.upfronthosting.co.za>
In-reply-to
内容
> r87845+r87846 sets time.strftime() minimum year to 1 instead of 1900.
> If Python is compiled with Visual Studio, it sets also the maximum 
> year to 9999.

r87848 removes all limits on the year field; r87850 (Issue #10864) limits year to [1; 9999] on Solaris.
历史
日期 用户 动作 参数
2011-01-08 03:39:01vstinner修改recipients: + vstinner, loewis, georg.brandl, davidfraser, belopolsky, benno, giampaolo.rodola, eric.araujo, kiorky
2011-01-08 03:39:01vstinner修改messageid: <1294457941.64.0.761242625024.issue1777412@psf.upfronthosting.co.za>
2011-01-08 03:39:00vstinner链接issue1777412 messages
2011-01-08 03:39:00vstinner创建