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 cjwatson
Recipients BreamoreBoy, cjwatson, doko, lemburg, loewis, rhettinger
Date 2010-09-17.14:14:38
SpamBayes Score 0.00024906878
Marked as misclassified No
Message-id <1284732883.21.0.404644655341.issue1703592@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, the same symptoms are still present.

I'd argue that it generally isn't an error in practice for applications, and thus the net effect of this exception is negative; it's extraordinarily rare for a crash to be preferable to running without localisation.  Adding a new function would help because I think it would be easier to persuade people to call a new function that just does what they want ("turn on localisation if possible") than to catch an exception (at which point they have to think "hm, could that exception be for some other reason than you-just-don't-have-that-locale", etc.).
History
Date User Action Args
2010-09-17 14:14:43cjwatsonsetrecipients: + cjwatson, lemburg, loewis, rhettinger, doko, BreamoreBoy
2010-09-17 14:14:43cjwatsonsetmessageid: <1284732883.21.0.404644655341.issue1703592@psf.upfronthosting.co.za>
2010-09-17 14:14:38cjwatsonlinkissue1703592 messages
2010-09-17 14:14:38cjwatsoncreate