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 tim.golden
Recipients Ramchandra Apte, belopolsky, flox, patrick.vrijlandt, tim.golden, vstinner
Date 2011-12-29.19:28:08
SpamBayes Score 0.0006577685
Marked as misclassified No
Message-id <[email protected]>
In-reply-to <[email protected]>
Content
Yes, but the MS crt strftime *for %y* requires a year >= 1900 (ie 
tm_year >= 0). Looks like we need a special check.
History
Date User Action Args
2011-12-29 19:28:08tim.goldensetrecipients: + tim.golden, belopolsky, vstinner, flox, patrick.vrijlandt, Ramchandra Apte
2011-12-29 19:28:08tim.goldenlinkissue13674 messages
2011-12-29 19:28:08tim.goldencreate