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
Date 2010-11-28.15:47:16
SpamBayes Score 2.1277814e-05
Marked as misclassified No
Message-id <1290959240.08.0.913009457798.issue10563@psf.upfronthosting.co.za>
In-reply-to
Content
When the time passed to time.ctime is large, it adds a newline:

>>> import time
>>> time.ctime(2<<36)
'Wed Apr  8 17:04:32 6325'
>>> time.ctime(2<<37)
'Wed Jul 14 08:09:04 10680\n'
History
Date User Action Args
2010-11-28 15:47:20Gerrit.Hollsetrecipients: + Gerrit.Holl
2010-11-28 15:47:20Gerrit.Hollsetmessageid: <1290959240.08.0.913009457798.issue10563@psf.upfronthosting.co.za>
2010-11-28 15:47:16Gerrit.Holllinkissue10563 messages
2010-11-28 15:47:16Gerrit.Hollcreate