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:32
SpamBayes Score 8.284804e-08
Marked as misclassified No
Message-id <1248998194.31.0.18315754711.issue6607@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
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:35AmirHabibisetrecipients: + AmirHabibi
2009-07-30 23:56:34AmirHabibisetmessageid: <1248998194.31.0.18315754711.issue6607@psf.upfronthosting.co.za>
2009-07-30 23:56:33AmirHabibilinkissue6607 messages
2009-07-30 23:56:32AmirHabibicreate