[issue9335] LC_CTYPE system setting not respected by setlocale()

Alexander Belopolsky report at bugs.python.org
Fri Jul 23 16:20:22 CEST 2010


Alexander Belopolsky <belopolsky at users.sourceforge.net> added the comment:

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

----------
components: +Interpreter Core -Macintosh
nosy: +eric.smith
type:  -> behavior

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9335>
_______________________________________


More information about the Python-bugs-list mailing list