[issue3799] Byte/string inconsistencies between different dbm modules

STINNER Victor report at bugs.python.org
Sat Oct 11 04:05:16 CEST 2008


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

For information, Python3 trunk fails on:
test.support.TestFailed: Traceback (most recent call last):
  File "Lib/test/test_dbm.py", line 157, in test_keys
    self.assert_('xxx' not in self.d)
TypeError: gdbm key must be bytes, not str

----------
nosy: +haypo

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


More information about the Python-bugs-list mailing list