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 belopolsky, benno, davidfraser, eric.araujo, georg.brandl, giampaolo.rodola, kiorky, loewis, vstinner
Date 2011-01-08.03:39:00
SpamBayes Score 5.227981e-06
Marked as misclassified No
Message-id <1294457941.64.0.761242625024.issue1777412@psf.upfronthosting.co.za>
In-reply-to
Content
> 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.
History
Date User Action Args
2011-01-08 03:39:01vstinnersetrecipients: + vstinner, loewis, georg.brandl, davidfraser, belopolsky, benno, giampaolo.rodola, eric.araujo, kiorky
2011-01-08 03:39:01vstinnersetmessageid: <1294457941.64.0.761242625024.issue1777412@psf.upfronthosting.co.za>
2011-01-08 03:39:00vstinnerlinkissue1777412 messages
2011-01-08 03:39:00vstinnercreate