commit | 732324a3f86a352217b01ae2438b6db7691ae0b1 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sat Dec 04 11:12:43 2010 +0000 |
committer | Georg Brandl <georg@python.org> | Sat Dec 04 11:12:43 2010 +0000 |
tree | 8751b652a09b2fe8ac354edd571c431210dda3b2 | |
parent | c9fb3c64177f8efefd18a11f86bcf2f94d0f7c90 [diff] [blame] |
#7905: Actually respect the keyencoding parameter to shelve.Shelf.
diff --git a/Misc/NEWS b/Misc/NEWS index 3d959c2..cbdeb6d 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -45,6 +45,8 @@ 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