]> granicus.if.org Git - python/commit
#7905: Actually respect the keyencoding parameter to shelve.Shelf.
authorGeorg Brandl <georg@python.org>
Sat, 4 Dec 2010 11:12:43 +0000 (11:12 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 4 Dec 2010 11:12:43 +0000 (11:12 +0000)
commit732324a3f86a352217b01ae2438b6db7691ae0b1
tree8751b652a09b2fe8ac354edd571c431210dda3b2
parentc9fb3c64177f8efefd18a11f86bcf2f94d0f7c90
#7905: Actually respect the keyencoding parameter to shelve.Shelf.
Doc/library/shelve.rst
Lib/shelve.py
Lib/test/test_shelve.py
Misc/NEWS