diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2008-04-10 19:02:25 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2008-04-10 19:02:25 (GMT) |
commit | 8efc62cc3f2df2ec0f26a2c4083fc6ed6a8f597b (patch) | |
tree | 6ce5c86c01ba03f2d3bfa2f04a2516d270b5ee0b /Misc | |
parent | e2ae4684a5617ec5bc8d48e09af2dd7a24711f23 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |