Georg Brandl <ge...@python.org> added the comment:

Fixed in r85728.  The problem was that unlike other system calls, setlocale() 
doesn't return the old setting but the new setting.  The context manager that 
resets the locale therefore didn't work as intended.

----------
resolution:  -> fixed
status: open -> closed

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue10092>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to