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-10.16:05:48
SpamBayes Score 1.6953448e-06
Marked as misclassified No
Message-id <4E42AC1E.2060302@notmyidea.org>
In-reply-to <1312935843.22.0.679411239708.issue6203@psf.upfronthosting.co.za>
Content
I see two different things here:

1) the fact that getlocale() doesn't return (None, None) on some python 
versions
2) the fact that having it returning (None, None) by default is a bit 
misleading as users may think that getlocale() is tied to environment 
variables. That's what was at the origin of #12699

My last remark is about the second bit. Maybe should I start a new issue 
for this?
History
Date User Action Args
2011-08-10 16:05:49alexissetrecipients: + alexis, lemburg, loewis, georg.brandl, pitrou, vstinner, ned.deily, ezio.melotti, Arfrever, r.david.murray, sdaoden
2011-08-10 16:05:48alexislinkissue6203 messages
2011-08-10 16:05:48alexiscreate