summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-12-04 11:12:43 (GMT)
committerGeorg Brandl <georg@python.org>2010-12-04 11:12:43 (GMT)
commit732324a3f86a352217b01ae2438b6db7691ae0b1 (patch)
tree8751b652a09b2fe8ac354edd571c431210dda3b2 /Misc
parentc9fb3c64177f8efefd18a11f86bcf2f94d0f7c90 (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 3d959c2..cbdeb6d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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