]> granicus.if.org Git - python/commit
Make gdbm and dumbdbm use byte strings. Updated their tests.
authorGuido van Rossum <guido@python.org>
Wed, 23 May 2007 20:51:02 +0000 (20:51 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 23 May 2007 20:51:02 +0000 (20:51 +0000)
commit6252e10ed906eb419a75b310f7c0d6696a4eeb46
treeb6b46cf0e5d1528d736cde47d1089aefc46bbf05
parent517bcfeb6be448f47804900ac75c804d8f70a20e
Make gdbm and dumbdbm use byte strings.  Updated their tests.
Lib/dumbdbm.py
Lib/test/test_anydbm.py
Lib/test/test_dumbdbm.py
Lib/test/test_gdbm.py
Lib/test/test_whichdb.py
Lib/whichdb.py
Modules/gdbmmodule.c