usefullness of pythons' builtin locale functions on Windows

Gerson Kurz moc.q-dnan-p at p-nand-q.com
Wed Aug 7 02:39:54 EDT 2002


On 7 Aug 2002 06:33:28 GMT, Gerhard Haering <gerhard.haering at gmx.de>
wrote:

>I only know that specific "GERMAN" locale - I don't have any idea on where to
>get a list of valid locales for Windows.

Thanks, that works. Note that the example in the helpfile explicitly 
says

>>> locale.setlocale(locale.LC_ALL, 'de') # use German locale

(See http://www.python.org/doc/current/lib/module-locale.html the
example near the bottom). Bug report?



More information about the Python-list mailing list