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 alexis
Recipients Arfrever, alexis, ezio.melotti, georg.brandl, lemburg, loewis, ned.deily, pitrou, r.david.murray, sdaoden, vstinner
Date 2011-08-09.15:53:51
SpamBayes Score 0.0033567888
Marked as misclassified No
Message-id <1312905231.78.0.45014920205.issue6203@psf.upfronthosting.co.za>
In-reply-to
Content
Maybe could it be useful to specify in the documentation that getlocale() is not intended to be used to get information about what is the locale of the system? 

It's not explained currently and thus it's a bit weird to have getlocale returning (None, None) even if you have your locales set.
History
Date User Action Args
2011-08-09 15:53:51alexissetrecipients: + alexis, lemburg, loewis, georg.brandl, pitrou, vstinner, ned.deily, ezio.melotti, Arfrever, r.david.murray, sdaoden
2011-08-09 15:53:51alexissetmessageid: <1312905231.78.0.45014920205.issue6203@psf.upfronthosting.co.za>
2011-08-09 15:53:51alexislinkissue6203 messages
2011-08-09 15:53:51alexiscreate