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 Gerrit.Holl
Recipients Gerrit.Holl, eric.smith
Date 2010-11-28.16:36:39
SpamBayes Score 1.638086e-08
Marked as misclassified No
Message-id <1290962206.72.0.218857434497.issue10563@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, this solves the issue:

$ ./python 
Python 3.1.3 (r313:86834, Nov 28 2010, 17:34:23) 
[GCC 4.4.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import time
>>> time.ctime(2<<40)
'Fri Apr 10 03:12:32 71654'
History
Date User Action Args
2010-11-28 16:36:46Gerrit.Hollsetrecipients: + Gerrit.Holl, eric.smith
2010-11-28 16:36:46Gerrit.Hollsetmessageid: <1290962206.72.0.218857434497.issue10563@psf.upfronthosting.co.za>
2010-11-28 16:36:39Gerrit.Holllinkissue10563 messages
2010-11-28 16:36:39Gerrit.Hollcreate