Message154416
> Python provides locale.getlocale().
That was my initial thought too, but it seems that getlocale() doesn't
accept LC_ALL as its argument:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/local/lib/python3.3/locale.py", line 523, in getlocale
raise TypeError('category LC_ALL is not supported')
TypeError: category LC_ALL is not supported |
|
Date |
User |
Action |
Args |
2012-02-26 22:48:37 | nadeem.vawda | set | recipients:
+ nadeem.vawda, loewis, brett.cannon, pitrou, vstinner, skrah, python-dev |
2012-02-26 22:48:37 | nadeem.vawda | set | messageid: <1330296517.6.0.268340783965.issue14113@psf.upfronthosting.co.za> |
2012-02-26 22:48:37 | nadeem.vawda | link | issue14113 messages |
2012-02-26 22:48:36 | nadeem.vawda | create | |
|