This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author oefe
Recipients oefe
Date 2008-11-21.22:15:16
SpamBayes Score 0.0018892058
Marked as misclassified No
Message-id <1227305718.24.0.821322507484.issue4382@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2008-11-21 22:15:18oefesetrecipients: + oefe
2008-11-21 22:15:18oefesetmessageid: <1227305718.24.0.821322507484.issue4382@psf.upfronthosting.co.za>
2008-11-21 22:15:17oefelinkissue4382 messages
2008-11-21 22:15:16oefecreate