]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Change shelve to require a bytes-oriented dict as
authorMartin v. Löwis <martin@v.loewis.de>
Sat, 11 Aug 2007 06:57:14 +0000 (06:57 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Sat, 11 Aug 2007 06:57:14 +0000 (06:57 +0000)
commit79c320898d43eaafa28c1c67a105a17cb9b233bf
treeac3fef2daac57020eefaaaec337829a181488a2c
parent8dfc4a9baca7b039048b6e1dab3e4eb09f7af463
Change shelve to require a bytes-oriented dict as
the underlying storage, and yet provide string keys.
Lib/shelve.py
Lib/test/test_shelve.py