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 alexis, feth
Date 2011-08-11.09:18:54
SpamBayes Score 1.5593521e-08
Marked as misclassified No
Message-id <1313054335.82.0.864365511342.issue12726@psf.upfronthosting.co.za>
In-reply-to
Content
The documentation about locale.getlocale() doesn't talk about the fact that the locale isn't read from the system locale. Thus, it seemed strange to have locale.getlocale() returning (None, None).

As it seems to be the expected behaviour, it seems useful to specify this in the documentation and make it explicit.

I'm okay to write a patch and apply it.

This issue is related to #6203, but does not supersede it (the two conversations are discussing two different things).
History
Date User Action Args
2011-08-11 09:18:55alexissetrecipients: + alexis, feth
2011-08-11 09:18:55alexissetmessageid: <1313054335.82.0.864365511342.issue12726@psf.upfronthosting.co.za>
2011-08-11 09:18:55alexislinkissue12726 messages
2011-08-11 09:18:54alexiscreate