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 vstinner
Recipients amaury.forgeotdarc, blais, loewis, vstinner
Date 2009-03-20.01:02:23
SpamBayes Score 0.00037466848
Marked as misclassified No
Message-id <1237510946.87.0.551919537895.issue1726687@psf.upfronthosting.co.za>
In-reply-to
Content
New version of my fix:
 - the test doesn't depend on _my_ local anymore: it uses localtime() 
to get the time tuple in the host local
 - ignore the test if mktime(-2) raise an OverflowError: avoid the 
test on Windows

Is it now ok for everyone?
History
Date User Action Args
2009-03-20 01:02:27vstinnersetrecipients: + vstinner, loewis, amaury.forgeotdarc, blais
2009-03-20 01:02:26vstinnersetmessageid: <1237510946.87.0.551919537895.issue1726687@psf.upfronthosting.co.za>
2009-03-20 01:02:24vstinnerlinkissue1726687 messages
2009-03-20 01:02:24vstinnercreate