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 syvere
Recipients
Date 2002-01-16.04:56:12
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
locale.setlocale doesn't recognize the the format that 
locale.py uses to set the locale, ie. no_NO and 
friends.

The only way I've succeeded in setting the locale on 
Python 2.1 is to use the format described in the 
Visual C++ C-runtime library docs for setlocale where 
a more verbose format is used to set the locale.
History
Date User Action Args
2007-08-23 13:58:41adminlinkissue504219 messages
2007-08-23 13:58:41admincreate