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 belopolsky
Recipients Gerrit.Holl, belopolsky, eric.smith
Date 2010-11-29.03:18:57
SpamBayes Score 0.0007526986
Marked as misclassified No
Message-id <1291000750.64.0.387463823668.issue10563@psf.upfronthosting.co.za>
In-reply-to
Content
This looks like a bug in the underlying platform. POSIX requires [1] that the output of ctime() fits in a 26-character buffer.  Note that a change has been recently made to time.asctime() to reject year > 9999.  See r85137 and issue6608.  I think for consistency, we should reject huge timestamps in time ctime() as well. 


[1] http://www.opengroup.org/onlinepubs/009695399/functions/ctime.html
History
Date User Action Args
2010-11-29 03:19:10belopolskysetrecipients: + belopolsky, eric.smith, Gerrit.Holl
2010-11-29 03:19:10belopolskysetmessageid: <1291000750.64.0.387463823668.issue10563@psf.upfronthosting.co.za>
2010-11-29 03:18:57belopolskylinkissue10563 messages
2010-11-29 03:18:57belopolskycreate