[issue1699853] locale.getlocale() output fails as setlocale() input

2010-11-21 Thread R. David Murray
R. David Murray added the comment: 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

[issue1699853] locale.getlocale() output fails as setlocale() input

2010-08-21 Thread Mark Lawrence
Changes by Mark Lawrence : -- versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6 ___ Python tracker ___ ___ Python-bugs-list

[issue1699853] locale.getlocale() output fails as setlocale() input

2009-03-30 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> needs patch title: locale.getlocale() output fails as setlocale() input -> locale.getlocale() output fails as setlocale() input type: -> behavior versions: +Python 2.6 -Python 2.5 ___ Python tracker