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

2008-11-24 Thread Brett Cannon
Brett Cannon <[EMAIL PROTECTED]> added the comment: Fixed in r67369. -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> ___

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

2008-11-24 Thread Brett Cannon
Changes by Brett Cannon <[EMAIL PROTECTED]>: -- assignee: -> brett.cannon ___ Python tracker <[EMAIL PROTECTED]> ___ ___ Python-bugs-li

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

2008-11-23 Thread Martina Oefelein
Martina Oefelein <[EMAIL PROTECTED]> added the comment: Yes, the patch fixes the issue for me. ___ Python tracker <[EMAIL PROTECTED]> ___ ___ Pyt

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

2008-11-21 Thread Brett Cannon
Brett Cannon <[EMAIL PROTECTED]> added the comment: Issue 3799 already has a patch that specifies the encoding upon opening the file so this should be fixed by final. Can you test the patch (specify_open_encoding.diff) and let me know if that solves your problem, Martina? -- dependencies

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

2008-11-21 Thread Martina Oefelein
Martina Oefelein <[EMAIL PROTECTED]> added the comment: The Mac Roman encoding comes into play, because _commit opens _dirfile without explicitly specifying an encoding. io.open then gets the encoding via locale.getpreferredencoding, which returns mac-roman: Majestix:Python-3.0rc3 martina$ DY

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

2008-11-21 Thread Benjamin Peterson
Changes by Benjamin Peterson <[EMAIL PROTECTED]>: -- nosy: +brett.cannon ___ Python tracker <[EMAIL PROTECTED]> ___ ___ Python-bugs-list

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

2008-11-21 Thread Martina Oefelein
Martina Oefelein <[EMAIL PROTECTED]> added the comment: Example of verbose output (other testcases are similar): == ERROR: test_dumbdbm_creation (test.test_dbm_dumb.DumbDBMTestCase) --

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

2008-11-21 Thread Martina Oefelein
New submission from Martina Oefelein <[EMAIL PROTECTED]>: 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_du