Message19595
Logged In: YES
user_id=31435
Please identify the Python version, OS and C runtime you're
using. Here on Windows 2.3.3,
>>> import time
>>> time.ctime(-2**31)
Traceback (most recent call last):
File "<stdin>", line 1, in ?
ValueError: unconvertible time
>>>
The C standard doesn't define the range of convertible values
for ctime(). Python raises ValueError if and only if the
platform ctime() returns a NULL pointer. |
|
Date |
User |
Action |
Args |
2007-08-23 14:19:15 | admin | link | issue874042 messages |
2007-08-23 14:19:15 | admin | create | |
|