]> granicus.if.org Git - python/commit
The dbm module should use bytes for keys. This makes test_shelve pass.
authorGuido van Rossum <guido@python.org>
Tue, 14 Aug 2007 15:42:45 +0000 (15:42 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 14 Aug 2007 15:42:45 +0000 (15:42 +0000)
commit956e359579abf3a5fd88783ee625c2e0ca30bf60
tree9fdd8898f9ae6fdd72f439c6d3307085ab11ab2e
parent5bcf109c735b2649ae762f9df6c8d1dfcb20a25b
The dbm module should use bytes for keys.  This makes test_shelve pass.
Lib/test/test_dbm.py
Modules/dbmmodule.c