Skip Montanaro <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]>
<http://bugs.python.org/issue3799>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to