[issue4382] test_dbm_dumb fails due to character encoding issue on Mac OS X

Martina Oefelein report at bugs.python.org
Fri Nov 21 23:15:18 CET 2008


New submission from Martina Oefelein <Martina at oefelein.de>:

test_dbm_dumb fails due to what appears to be a character encoding issue 
on Mac OS X:

Majestix:Python-3.0rc3 martina$ 
DYLD_FRAMEWORK_PATH=/Users/martina/Downloads/Python-3.0rc3: ./python.exe 
-E -bb ./Lib/test/regrtest.py -l test_dbm_dumbtest_dbm_dumb
Exception UnicodeEncodeError: UnicodeEncodeError('charmap', "'ü', 
(3072, 1)\n", 2, 3, 'character maps to <undefined>') in <bound method 
_Database.close of <dbm.dumb._Database object at 0x6a2510>> ignored
Exception UnicodeEncodeError: UnicodeEncodeError('charmap', "'ü', 
(3072, 1)\n", 2, 3, 'character maps to <undefined>') in <bound method 
_Database.close of <dbm.dumb._Database object at 0x6a2510>> ignored
Exception UnicodeEncodeError: UnicodeEncodeError('charmap', "'ü', 
(3072, 1)\n", 2, 3, 'character maps to <undefined>') in <bound method 
_Database.close of <dbm.dumb._Database object at 0x6a2510>> ignored
Exception UnicodeEncodeError: UnicodeEncodeError('charmap', "'ü', 
(3072, 1)\n", 2, 3, 'character maps to <undefined>') in <bound method 
_Database.close of <dbm.dumb._Database object at 0x6a2510>> ignored
Exception UnicodeEncodeError: UnicodeEncodeError('charmap', "'ü', 
(3072, 1)\n", 2, 3, 'character maps to <undefined>') in <bound method 
_Database.close of <dbm.dumb._Database object at 0x6a2550>> ignored
Exception UnicodeEncodeError: UnicodeEncodeError('charmap', "'ü', 
(3072, 1)\n", 2, 3, 'character maps to <undefined>') in <bound method 
_Database.close of <dbm.dumb._Database object at 0x6a2550>> ignored
test test_dbm_dumb failed -- errors occurred; run in verbose mode for 
details
1 test failed:
    test_dbm_dumb

----------
components: Library (Lib), Macintosh, Tests
messages: 76208
nosy: oefe
severity: normal
status: open
title: test_dbm_dumb fails due to character encoding issue on Mac OS X
type: behavior
versions: Python 3.0

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


More information about the Python-bugs-list mailing list