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 Trundle
Recipients Alexander.Belopolsky, Trundle, belopolsky, georg.brandl, l0nwlf, ned.deily, sandro.tosi, wsanchez
Date 2011-01-02.15:36:37
SpamBayes Score 0.0014829134
Marked as misclassified No
Message-id <1293982599.97.0.729896037025.issue8013@psf.upfronthosting.co.za>
In-reply-to
Content
The real problem with years >= 9999 is that it is undefined behaviour anyway (see e.g. http://pubs.opengroup.org/onlinepubs/9699919799/functions/asctime.html: "the behavior is undefined if the above algorithm would attempt to generate more than 26 bytes of output (including the terminating null)").
History
Date User Action Args
2011-01-02 15:36:40Trundlesetrecipients: + Trundle, georg.brandl, belopolsky, wsanchez, ned.deily, sandro.tosi, Alexander.Belopolsky, l0nwlf
2011-01-02 15:36:39Trundlesetmessageid: <1293982599.97.0.729896037025.issue8013@psf.upfronthosting.co.za>
2011-01-02 15:36:37Trundlelinkissue8013 messages
2011-01-02 15:36:37Trundlecreate