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 brett.cannon
Recipients
Date 2003-05-12.23:34:14
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=357491

As of Python 2.3b1, the section is now 6.26.2 (locale: For extension writers 
and programs that embed Python) and it actually says "that the LC_NUMERIC 
locale should always be "C" ".  There is no explicit requirement.

Couldn't you do your own check for LC_NUMERIC's value in your own code 
and raise SystemExit if it isn't set to "C"?
History
Date User Action Args
2008-01-20 09:59:13adminlinkissue419153 messages
2008-01-20 09:59:13admincreate