summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2012-10-31 18:10:04 (GMT)
committerBenjamin Peterson <benjamin@python.org>2012-10-31 18:10:04 (GMT)
commit7503e085882501c7a887d67b65f19b5ee9bfa361 (patch)
tree2aa3c9d1151deb8577570e55fea680cca0576c7f /Misc
parent9c3f5031a9c3e0557cf28e72fa1f74f23b9144f6 (diff)
parentd97eb0d338f3d5746ba4bbd3cfe6e7c28948d41e (diff)
downloadcpython-7503e085882501c7a887d67b65f19b5ee9bfa361.zip
cpython-7503e085882501c7a887d67b65f19b5ee9bfa361.tar.gz
cpython-7503e085882501c7a887d67b65f19b5ee9bfa361.tar.bz2
merge 3.3 (#16345)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 399bc3f..909bdff 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -21,6 +21,9 @@ Core and Builtins
- Issue #14625: Rewrite the UTF-32 decoder. It is now 3x to 4x faster. Patch
written by Serhiy Storchaka.
+- Issue #16345: Fix an infinite loop when ``fromkeys`` on a dict subclass
+ recieved a nonempty dict from the constructor.
+
- Issue #16271: Fix strange bugs that resulted from __qualname__ appearing in a
class's __dict__ and on type.