summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2008-04-10 19:02:25 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2008-04-10 19:02:25 (GMT)
commit8efc62cc3f2df2ec0f26a2c4083fc6ed6a8f597b (patch)
tree6ce5c86c01ba03f2d3bfa2f04a2516d270b5ee0b /Misc
parente2ae4684a5617ec5bc8d48e09af2dd7a24711f23 (diff)
downloadcpython-8efc62cc3f2df2ec0f26a2c4083fc6ed6a8f597b.zip
cpython-8efc62cc3f2df2ec0f26a2c4083fc6ed6a8f597b.tar.gz
cpython-8efc62cc3f2df2ec0f26a2c4083fc6ed6a8f597b.tar.bz2
Bug #2606: Avoid calling .sort() on a dict_keys object.
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 1ff242a..beed5cb 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -25,6 +25,8 @@ Extension Modules
Library
-------
+- Bug #2606: Avoid calling .sort() on a dict_keys object.
+
- The bundled libffi copy is now in sync with the recently released
libffi3.0.5 version, apart from some small changes to
Modules/_ctypes/libffi/configure.ac.