Message154416
| Author | nadeem.vawda |
|---|---|
| Recipients | brett.cannon, loewis, nadeem.vawda, pitrou, python-dev, skrah, vstinner |
| Date | 2012-02-26.22:48:36 |
| SpamBayes Score | 1.0888947e-05 |
| Marked as misclassified | No |
| Message-id | <1330296517.6.0.268340783965.issue14113@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
> 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 |
|
| History | |||
|---|---|---|---|
| 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 | |