[issue8965] test_imp fails on OSX when LANG is set

Alexander Belopolsky report at bugs.python.org
Fri Jun 11 03:03:18 CEST 2010


Alexander Belopolsky <belopolsky at users.sourceforge.net> added the comment:

Nope.
$ ./python.exe -m test.regrtest test_sys
test test_sys failed -- Traceback (most recent call last):
  File "Lib/test/test_sys.py", line 877, in test_getfilesystemencoding
    self.assertEqual(fs_encoding, 'utf-8')
AssertionError: b'utf-8\n' != 'utf-8'

Should be easy to fix, though.

----------

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


More information about the Python-bugs-list mailing list