Author amaury.forgeotdarc
Recipients amaury.forgeotdarc, blais, haypo, loewis
Date 2008-11-15.22:33:46
SpamBayes Score 0.000287322
Marked as misclassified No
Message-id <1226788428.61.0.855216132781.issue1726687@psf.upfronthosting.co.za>
In-reply-to
Content
on Windows (with Visual Studio), mktime() also sets tm_wday only if 
successful.

But negative time_t are still not allowed by the Microsoft CRT, the 
tests fail.
There are workaround to this - for example python could use techniques 
similar to http://robertinventor.com/software/t64/
 
OTOH, the docs of the time module explicitly says that dates before the 
Epoch are not handled. Do you want to change this? in other words: is 
this a bug or a feature request?
http://docs.python.org/library/time.html
History
Date User Action Args
2008-11-15 22:33:48amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, loewis, blais, haypo
2008-11-15 22:33:48amaury.forgeotdarcsetmessageid: <1226788428.61.0.855216132781.issue1726687@psf.upfronthosting.co.za>
2008-11-15 22:33:47amaury.forgeotdarclinkissue1726687 messages
2008-11-15 22:33:46amaury.forgeotdarccreate