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 skrah
Recipients skrah
Date 2012-02-27.17:33:13
SpamBayes Score 0.012641682
Marked as misclassified No
Message-id <1330363994.24.0.841585589979.issue14142@psf.upfronthosting.co.za>
In-reply-to
Content
This came up in #14113. getlocale(LC_ALL) is documented to fail, at
least that's how I read this:

   "category may be one of the LC_* values except LC_ALL."


But in fact getlocale(LC_ALL) works if there is no semicolon in the
locale name:

>>> getlocale(LC_ALL)
('en_US', 'ISO8859-1')


I would prefer if getlocale(LC_ALL) fails consistently. If that's
not possible, then this is a documentation issue.
History
Date User Action Args
2012-02-27 17:33:14skrahsetrecipients: + skrah
2012-02-27 17:33:14skrahsetmessageid: <1330363994.24.0.841585589979.issue14142@psf.upfronthosting.co.za>
2012-02-27 17:33:13skrahlinkissue14142 messages
2012-02-27 17:33:13skrahcreate