summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2016-03-04 06:08:01 (GMT)
committerBenjamin Peterson <benjamin@python.org>2016-03-04 06:08:01 (GMT)
commitcfc2a1fc700e1f93a2e1d9a3de02bb936f868a42 (patch)
tree34317302024fd957eca4cb5a7b759fca2a4208b3 /Misc
parentff47cfbc66b30e0714495cc74f92fa009bd8c1ca (diff)
parentf11b25b0813a1c07ddf55cca1512ef65eb97a636 (diff)
downloadcpython-cfc2a1fc700e1f93a2e1d9a3de02bb936f868a42.zip
cpython-cfc2a1fc700e1f93a2e1d9a3de02bb936f868a42.tar.gz
cpython-cfc2a1fc700e1f93a2e1d9a3de02bb936f868a42.tar.bz2
merge 3.4 (closes #26478)
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 303daa2..8044942 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -76,6 +76,9 @@ Core and Builtins
__bytes__, __trunc__, and __float__ returning instances of subclasses of
bytes, int, and float to subclasses of bytes, int, and float correspondingly.
+- Issue #26478: Fix semantic bugs when using binary operators with dictionary
+ views and tuples.
+
- Issue #26171: Fix possible integer overflow and heap corruption in
zipimporter.get_data().