[issue13886] readline-related test_builtin failure

Petri Lehtinen report at bugs.python.org
Mon Jan 28 08:45:38 CET 2013


Petri Lehtinen added the comment:

-    setlocale(LC_CTYPE, "");
+    setlocale(LC_CTYPE, "C");

This looks dangerous to me. Are you sure readline's behavior doesn't change because of this?

----------

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


More information about the Python-bugs-list mailing list