Message 187117 - Python tracker (original) (raw)

Message187117

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:12 zach.ware set recipients: + zach.ware, brett.cannon, ezio.melotti
2013-04-16 19:51:12 zach.ware set messageid: 1366141872.94.0.252098297991.issue17767@psf.upfronthosting.co.za
2013-04-16 19:51:12 zach.ware link issue17767 messages
2013-04-16 19:51:12 zach.ware create