Hirokazu Yamamoto <[email protected]> added the comment: Crashes at Lib/test/test__locale.py(107) test_float_parsing.
>>> from _locale import setlocale, LC_NUMERIC >>> setlocale(LC_NUMERIC, 'es_ES.ISO8859-1') (crash) Yes, I agree that workaround should be placed in test rather than _locale module. I'll create such patch as short as possible. ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue5643> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
