commit | 7317c1ef7aaba7deda66b7fa917d09e68d83635b | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Tue Nov 25 19:19:17 2008 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Tue Nov 25 19:19:17 2008 +0000 |
tree | 20de56e7bef3651ffbe837660673f76a1b54a1c5 | |
parent | 50d5a1c37324405104a097389515a0ef4f9705f3 [diff] |
dbm.gnu and dbm.ndbm accept both strings and bytes as keys and values. For the former they are converted to bytes before being written to the DB. Closes issue 3799. Reviewed by Skip Montanaro.