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 r.david.murray
Recipients ber, iszegedi, lemburg, r.david.murray
Date 2010-11-21.18:46:59
SpamBayes Score 5.109424e-07
Marked as misclassified No
Message-id <1290365221.91.0.653773509254.issue1699853@psf.upfronthosting.co.za>
In-reply-to
Content
In investigating issue 10466 I find that getlocale on windows returns the value that windows accepts for me.  For example on my US windows system, getlocale returns ('English_United States', '1252'), and that appears to work when passed to setlocale.  So I'm closing this bug as works for me, since I can't reproduce it.  (Tested on 3.2a3 and 2.6.5).

Issue 10466 turns on the fact that getdefaultlocale() does *not* return something that windows can consume, though.
History
Date User Action Args
2010-11-21 18:47:02r.david.murraysetrecipients: + r.david.murray, lemburg, ber, iszegedi
2010-11-21 18:47:01r.david.murraysetmessageid: <1290365221.91.0.653773509254.issue1699853@psf.upfronthosting.co.za>
2010-11-21 18:46:59r.david.murraylinkissue1699853 messages
2010-11-21 18:46:59r.david.murraycreate