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 brett.cannon
Recipients
Date 2004-03-02.04:49:07
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=357491

OK, fixed in Python 2.4 with rev. #2.140 for Modules/timemodule.c 
(along with changes to Doc/lib/libtime.tex as rev. 1.63, 
datetimemodule.c as rev. 1.70, Lib/test/test_time.py as rev. 1.16, and 
Lib/test/test_strftime.py as rev. 1.28).

This will break some code that does not use 1 or higher for fields in the 
time tuple that are supposed to be set to that (month, day, and day of 
year), but it was felt it was better to do a complete check on all values 
then on only certain values so as to make it consistent.

Since it breaks code it will not be backported.

And yes, ashtong, more data points are always helpful.
History
Date User Action Args
2007-08-23 14:19:54adminlinkissue897625 messages
2007-08-23 14:19:54admincreate