[issue1703592] have a way to ignore nonexisting locales in locale.setlocale

2014-02-03 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue1703592] have a way to ignore nonexisting locales in locale.setlocale

2013-07-05 Thread Christian Heimes
Changes by Christian Heimes : -- versions: +Python 3.4 -Python 2.7, Python 3.1 ___ Python tracker ___ ___ Python-bugs-list mailing l

[issue1703592] have a way to ignore nonexisting locales in locale.setlocale

2010-09-27 Thread Éric Araujo
Changes by Éric Araujo : -- nosy: +d...@python ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.py

[issue1703592] have a way to ignore nonexisting locales in locale.setlocale

2010-09-25 Thread Barry A. Warsaw
Barry A. Warsaw added the comment: Certainly at a minimum, the docs should describe the exception and workaround instead of just: "setlocale() is not thread safe on most systems. Applications typically start with a call of import locale locale.setlocale(locale.LC_ALL, '') This sets

[issue1703592] have a way to ignore nonexisting locales in locale.setlocale

2010-09-17 Thread Colin Watson
Colin Watson added the comment: 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. Ad

[issue1703592] have a way to ignore nonexisting locales in locale.setlocale

2010-09-17 Thread Mark Lawrence
Mark Lawrence added the comment: Is this still an issue on Debian and Ubuntu? -- nosy: +BreamoreBoy, lemburg ___ Python tracker ___ ___

[issue1703592] have a way to ignore nonexisting locales in locale.setlocale

2009-03-30 Thread Daniel Diniz
Changes by Daniel Diniz : -- priority: normal -> low versions: +Python 2.7, Python 3.1 -Python 2.6 ___ Python tracker ___ ___ Python