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 asmodai
Recipients Kerfred, asmodai
Date 2009-05-06.14:19:42
SpamBayes Score 8.4583814e-07
Marked as misclassified No
Message-id <1241619583.78.0.478493596417.issue5948@psf.upfronthosting.co.za>
In-reply-to
Content
I can verify this on Vista.

2.5 gives:

>>> from locale import setlocale, LC_ALL
>>> setlocale(LC_ALL, "fr")
'French_France.1252'

Whereas 2.6 fails.

There is no difference between 2.5's and 2.6's PyLocale_setlocale() from
what I can see in Modules/_localemodule.c.
Also Lib/locale.py's setlocale() in both versions is identical from what
I can see.
History
Date User Action Args
2009-05-06 14:19:43asmodaisetrecipients: + asmodai, Kerfred
2009-05-06 14:19:43asmodaisetmessageid: <1241619583.78.0.478493596417.issue5948@psf.upfronthosting.co.za>
2009-05-06 14:19:42asmodailinkissue5948 messages
2009-05-06 14:19:42asmodaicreate