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.00:26:17
SpamBayes Score 0.00014092374
Marked as misclassified No
Message-id <1294446380.65.0.102741867903.issue1777412@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch removing the arbitrary datetime.strftime() limit on year: it adds an option "accept2dyear" to time.strftime() and datetime just sets this option to False.
History
Date User Action Args
2011-01-08 00:26:21vstinnersetrecipients: + vstinner, loewis, georg.brandl, davidfraser, belopolsky, benno, giampaolo.rodola, eric.araujo, kiorky
2011-01-08 00:26:20vstinnersetmessageid: <1294446380.65.0.102741867903.issue1777412@psf.upfronthosting.co.za>
2011-01-08 00:26:18vstinnerlinkissue1777412 messages
2011-01-08 00:26:18vstinnercreate