Message72743
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.) |
|
| Date |
User |
Action |
Args |
| 2008-09-07 17:03:22 | skip.montanaro | set | recipients:
+ skip.montanaro, gvanrossum |
| 2008-09-07 17:03:22 | skip.montanaro | set | messageid: <[email protected]> |
| 2008-09-07 17:03:21 | skip.montanaro | link | issue3799 messages |
| 2008-09-07 17:03:21 | skip.montanaro | create | |
|