diff options
author | Benjamin Peterson <benjamin@python.org> | 2016-03-04 06:08:01 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2016-03-04 06:08:01 (GMT) |
commit | cfc2a1fc700e1f93a2e1d9a3de02bb936f868a42 (patch) | |
tree | 34317302024fd957eca4cb5a7b759fca2a4208b3 /Misc | |
parent | ff47cfbc66b30e0714495cc74f92fa009bd8c1ca (diff) | |
parent | f11b25b0813a1c07ddf55cca1512ef65eb97a636 (diff) | |
download | cpython-cfc2a1fc700e1f93a2e1d9a3de02bb936f868a42.zip cpython-cfc2a1fc700e1f93a2e1d9a3de02bb936f868a42.tar.gz cpython-cfc2a1fc700e1f93a2e1d9a3de02bb936f868a42.tar.bz2 |
merge 3.4 (closes #26478)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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(). |