Message211863
WITH the patch:
>>> time.ctime(-2**29)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
OverflowError: ctime() timestamp argument out of range
>>> time.ctime(2**29)
'Mon Jan 5 10:48:32 1987'
OK (skipped=8)
1 test OK. |
|
| Date |
User |
Action |
Args |
| 2014-02-21 14:51:51 | David.Edelsohn | set | recipients:
+ David.Edelsohn, vstinner, python-dev, serhiy.storchaka |
| 2014-02-21 14:51:51 | David.Edelsohn | set | messageid: <[email protected]> |
| 2014-02-21 14:51:51 | David.Edelsohn | link | issue19748 messages |
| 2014-02-21 14:51:50 | David.Edelsohn | create | |
|