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 AmirHabibi
Recipients AmirHabibi
Date 2009-07-30.23:56:47
SpamBayes Score 1.952275e-08
Marked as misclassified No
Message-id <1248998208.56.0.3155599029.issue6608@psf.upfronthosting.co.za>
In-reply-to
Content
I use:
Python 2.6.2 
(r262:71605, Apr 14 2009, 22:40:02) 
[MSC v.1500 32 bit (Intel)] on win32

import time
time.asctime((2009, 1, 1, 24, 0, 0, 0, 0, 0))

the 24 is a wrong parameter but it should'n't crash the engine. This may
be the side effect of a more serious problem though. An assertion may
fix it.
History
Date User Action Args
2009-07-30 23:56:49AmirHabibisetrecipients: + AmirHabibi
2009-07-30 23:56:48AmirHabibisetmessageid: <1248998208.56.0.3155599029.issue6608@psf.upfronthosting.co.za>
2009-07-30 23:56:47AmirHabibilinkissue6608 messages
2009-07-30 23:56:47AmirHabibicreate