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 belopolsky
Recipients antlong, belopolsky, eric.smith, jkloth, loewis, mark.dickinson, ronaldoussoren, vstinner
Date 2010-07-23.14:20:20
SpamBayes Score 0.012463692
Marked as misclassified No
Message-id <1279894822.86.0.667658756674.issue9335@psf.upfronthosting.co.za>
In-reply-to
Content
Another issue that may be worth revisiting is whether or not it is OK for _tkinter to set the locale.

"""
21.2.2. For extension writers and programs that embed Python

Extension modules should never call setlocale(), except to find out what the current locale is. 
""" 

http://docs.python.org/dev/library/locale.html#for-extension-writers-and-programs-that-embed-python
History
Date User Action Args
2010-07-23 14:20:22belopolskysetrecipients: + belopolsky, loewis, ronaldoussoren, mark.dickinson, vstinner, eric.smith, jkloth, antlong
2010-07-23 14:20:22belopolskysetmessageid: <1279894822.86.0.667658756674.issue9335@psf.upfronthosting.co.za>
2010-07-23 14:20:21belopolskylinkissue9335 messages
2010-07-23 14:20:21belopolskycreate