[issue3799] Byte/string inconsistencies between different dbm modules

Skip Montanaro report at bugs.python.org
Sun Sep 7 19:03:22 CEST 2008


Skip Montanaro <skip at pobox.com> added the comment:

Extra data point.  I tried

  f["1"] = "a"

and

  f[b"1"] = "a"

with dbm.{gnu,ndbm,dumb,sqlite}.  All worked with bytes.  A except
dbm.dumb worked with strings.  (dbm.sqlite is my little proof-of-concept
module currently in the sandbox.)

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


More information about the Python-bugs-list mailing list