summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorLarry Hastings <larry@hastings.org>2015-07-05 17:31:09 (GMT)
committerLarry Hastings <larry@hastings.org>2015-07-05 17:31:09 (GMT)
commitab30353adbef3a3fdd54fb30856af8ff94f2c108 (patch)
tree4c330aa36e455a7a6223e1488bc7a7a1b384b538 /Misc
parentb34db6ad9b3332c3101bcf7e020e90583693db20 (diff)
parent95f9dd5e72d6a72db0ad7438b65990cba30cf36b (diff)
downloadcpython-ab30353adbef3a3fdd54fb30856af8ff94f2c108.zip
cpython-ab30353adbef3a3fdd54fb30856af8ff94f2c108.tar.gz
cpython-ab30353adbef3a3fdd54fb30856af8ff94f2c108.tar.bz2
Merge with ongoing work in 3.5 branch.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 7bbc037..2bd6bcb 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,10 @@ Release date: 2015-07-26
Core and Builtins
-----------------
+- Issue #24569: Make PEP 448 dictionary evaluation more consistent.
+
+- Issue #24407: Fix crash when dict is mutated while being updated.
+
Library
-------