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 belopolsky, flox, vstinner
Date 2011-11-24.15:27:33
SpamBayes Score 0.00078975677
Marked as misclassified No
Message-id <1322148454.8.0.89037615583.issue11886@psf.upfronthosting.co.za>
In-reply-to
Content
I don't see this issue as a bug in Python, but just that the timezone database is different on some OSes. Can't we just accept both names, AEST and EST? Attached patch changes test_time to tolerate EST name for 'AEST-10AEDT-11,M10.5.0,M3.5.0' ("Victoria") time zone.
History
Date User Action Args
2011-11-24 15:27:34vstinnersetrecipients: + vstinner, belopolsky, flox
2011-11-24 15:27:34vstinnersetmessageid: <1322148454.8.0.89037615583.issue11886@psf.upfronthosting.co.za>
2011-11-24 15:27:34vstinnerlinkissue11886 messages
2011-11-24 15:27:34vstinnercreate