[issue3799] Byte/string inconsistencies between different dbm modules

Brett Cannon report at bugs.python.org
Fri Nov 21 02:28:17 CET 2008


Brett Cannon <brett at python.org> added the comment:

Have another patch that fixes all open() calls to specify the file
encoding in dbm.dumb. Also caught one spot in _addkey() where
decode("Latin-1") was not being called.

Added file: http://bugs.python.org/file12085/specify_open_encoding.diff

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


More information about the Python-bugs-list mailing list