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 zach.ware
Recipients brett.cannon, ezio.melotti, zach.ware
Date 2013-04-16.19:51:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1366141872.94.0.252098297991.issue17767@psf.upfronthosting.co.za>
In-reply-to
Content
This one actually had Failures rather than Errors; those failures arose from enUS_locale being None because it was being changed in test_main.  This patch attempts to fix things by adapting get_enUS_locale() to return a tuple of a suitable setting for enUS_locale and a reason for skipping the tests that were formerly ignored if enUS_locale was None.
History
Date User Action Args
2013-04-16 19:51:12zach.waresetrecipients: + zach.ware, brett.cannon, ezio.melotti
2013-04-16 19:51:12zach.waresetmessageid: <1366141872.94.0.252098297991.issue17767@psf.upfronthosting.co.za>
2013-04-16 19:51:12zach.warelinkissue17767 messages
2013-04-16 19:51:12zach.warecreate