[New-bugs-announce] [issue8965] test_imp fails on OSX when LANG is set

Alexander Belopolsky report at bugs.python.org
Fri Jun 11 00:39:39 CEST 2010


New submission from Alexander Belopolsky <belopolsky at 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 <report at bugs.python.org>
<http://bugs.python.org/issue8965>
_______________________________________


More information about the New-bugs-announce mailing list