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 loewis
Recipients eric.araujo, lemburg, loewis, pitrou, ubuntujenkins
Date 2010-04-11.22:23:49
SpamBayes Score 0.0022889466
Marked as misclassified No
Message-id <4BC24BF4.2040307@v.loewis.de>
In-reply-to <4BC24A00.5070009@netwok.org>
Content
> Can we tell about getdefaultlocale’s uselessness in the docs?

I haven't quite understood what people want to use that function for. If
we knew the typical use cases, we could make recommendations what they
should use instead.

One use case is to find out the encoding of the locale, in order to
encode files. People should use locale.getpreferredencoding instead, or
trust that the io module will find out on its own.

However, these cases seem to be different.
History
Date User Action Args
2010-04-11 22:23:51loewissetrecipients: + loewis, lemburg, pitrou, eric.araujo, ubuntujenkins
2010-04-11 22:23:50loewislinkissue8374 messages
2010-04-11 22:23:49loewiscreate