Stefan Krah added the comment: I'm not sure if str.lower() is supposed to use tolower() in stringobject.c. If tolower() is replaced by Py_TOLOWER(), the problem disappears.
But maybe the locale dependent tolower() is used on purpose. ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue20086> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
