diff options
author | Georg Brandl <georg@python.org> | 2010-12-04 11:12:43 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-12-04 11:12:43 (GMT) |
commit | 732324a3f86a352217b01ae2438b6db7691ae0b1 (patch) | |
tree | 8751b652a09b2fe8ac354edd571c431210dda3b2 /Misc | |
parent | c9fb3c64177f8efefd18a11f86bcf2f94d0f7c90 (diff) | |
download | cpython-732324a3f86a352217b01ae2438b6db7691ae0b1.zip cpython-732324a3f86a352217b01ae2438b6db7691ae0b1.tar.gz cpython-732324a3f86a352217b01ae2438b6db7691ae0b1.tar.bz2 |
#7905: Actually respect the keyencoding parameter to shelve.Shelf.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -45,6 +45,8 @@ Core and Builtins Library ------- +- Issue #7905: Actually respect the keyencoding parameter to shelve.Shelf. + - Issue #1569291: Speed up array.repeat(). - Provide an interface to set the optimization level of compilation in |