New submission from Alexander Belopolsky <belopol...@users.sourceforge.net>:
$ LANG=C ./python.exe -m test.regrtest test_imp test_imp test test_imp failed -- Traceback (most recent call last): File "Lib/test/test_imp.py", line 109, in test_issue5604 self.assertEqual(fs_encoding, 'utf-8') AssertionError: 'ascii' != 'utf-8' - ascii+ utf-8 1 test failed: test_imp Same with LC_ALL=C. Passes on Linux. ---------- assignee: ronaldoussoren components: Macintosh messages: 107498 nosy: belopolsky, ronaldoussoren priority: normal severity: normal status: open title: test_imp fails on OSX when LANG is set type: behavior versions: Python 3.2 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue8965> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com