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 feth
Recipients alexis, feth
Date 2011-08-05.20:23:10
SpamBayes Score 1.3623634e-05
Marked as misclassified No
Message-id <1312575791.54.0.599260921956.issue12699@psf.upfronthosting.co.za>
In-reply-to
Content
Tested on linux arch & debian, freeBSD and MacOSX :

% python2.7
[...]
>>> import locale
>>> locale.getlocale()
(None, None)
>>> locale.getlocale(locale.LC_CTYPE)  #or any type
(None, None)

% python3.2
[...]
>>> import locale
>>> locale.getlocale()
('fr_FR', 'UTF-8')

We feel this is strange!
History
Date User Action Args
2011-08-05 20:23:11fethsetrecipients: + feth, alexis
2011-08-05 20:23:11fethsetmessageid: <1312575791.54.0.599260921956.issue12699@psf.upfronthosting.co.za>
2011-08-05 20:23:11fethlinkissue12699 messages
2011-08-05 20:23:10fethcreate