diff options
author | Larry Hastings <larry@hastings.org> | 2015-07-05 17:31:09 (GMT) |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2015-07-05 17:31:09 (GMT) |
commit | ab30353adbef3a3fdd54fb30856af8ff94f2c108 (patch) | |
tree | 4c330aa36e455a7a6223e1488bc7a7a1b384b538 /Misc | |
parent | b34db6ad9b3332c3101bcf7e020e90583693db20 (diff) | |
parent | 95f9dd5e72d6a72db0ad7438b65990cba30cf36b (diff) | |
download | cpython-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/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 ------- |