This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author skip.montanaro
Recipients gvanrossum, skip.montanaro
Date 2008-09-07.17:03:21
SpamBayes Score 0.0032863107
Marked as misclassified No
Message-id <1220807002.27.0.926333549106.issue3799@psf.upfronthosting.co.za>
In-reply-to
Content
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.)
History
Date User Action Args
2008-09-07 17:03:22skip.montanarosetrecipients: + skip.montanaro, gvanrossum
2008-09-07 17:03:22skip.montanarosetmessageid: <1220807002.27.0.926333549106.issue3799@psf.upfronthosting.co.za>
2008-09-07 17:03:21skip.montanarolinkissue3799 messages
2008-09-07 17:03:21skip.montanarocreate