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 SilentGhost, Trundle, belopolsky, georg.brandl, vstinner
Date 2011-01-08.16:38:02
SpamBayes Score 0.034885284
Marked as misclassified No
Message-id <1294504685.98.0.122996454583.issue10827@psf.upfronthosting.co.za>
In-reply-to
Content
time.asctime(), time.ctime() and time.strftime() are no more not limited for the year field if accept2dyear=0. Except with Visual Studio or on Solaris: the year is limited to the range [1; 9999].
History
Date User Action Args
2011-01-08 16:38:06vstinnersetrecipients: + vstinner, georg.brandl, belopolsky, Trundle, SilentGhost
2011-01-08 16:38:05vstinnersetmessageid: <1294504685.98.0.122996454583.issue10827@psf.upfronthosting.co.za>
2011-01-08 16:38:02vstinnerlinkissue10827 messages
2011-01-08 16:38:02vstinnercreate