diff options
author | Benjamin Peterson <benjamin@python.org> | 2015-05-03 15:29:58 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2015-05-03 15:29:58 (GMT) |
commit | 63a6a6fd41da648c9e79a2e347c151e1957d74e9 (patch) | |
tree | 2995339e45c2cac9f6c843b8d1be4fb37ee6cd2e /Misc | |
parent | 4b7b82f1334ae9e860ff84979699875a833f968f (diff) | |
parent | 8c59816b70a30d8ec2ff4e60a8b4a747f8ff75db (diff) | |
download | cpython-63a6a6fd41da648c9e79a2e347c151e1957d74e9.zip cpython-63a6a6fd41da648c9e79a2e347c151e1957d74e9.tar.gz cpython-63a6a6fd41da648c9e79a2e347c151e1957d74e9.tar.bz2 |
merge 3.4 (#24096)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,6 +10,9 @@ Release date: 2015-04-24 Core and Builtins ----------------- +- Issue #24096: Make warnings.warn_explicit more robust against mutation of the + warnings.filters list. + - Issue #23996: Avoid a crash when a delegated generator raises an unnormalized StopIteration exception. Patch by Stefan Behnel. |