[issue10563] Spurious newline in time.ctime

Gerrit Holl report at bugs.python.org
Sun Nov 28 17:36:46 CET 2010


Gerrit Holl <topjaklont at gmail.com> added the comment:

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'

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10563>
_______________________________________


More information about the Python-bugs-list mailing list