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 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:37nadeem.vawdasetrecipients: + nadeem.vawda, loewis, brett.cannon, pitrou, vstinner, skrah, python-dev
2012-02-26 22:48:37nadeem.vawdasetmessageid: <1330296517.6.0.268340783965.issue14113@psf.upfronthosting.co.za>
2012-02-26 22:48:37nadeem.vawdalinkissue14113 messages
2012-02-26 22:48:36nadeem.vawdacreate