diff options
author | Gregory P. Smith <greg@krypto.org> | 2016-06-14 16:27:44 (GMT) |
---|---|---|
committer | Gregory P. Smith <greg@krypto.org> | 2016-06-14 16:27:44 (GMT) |
commit | fcbe337fefc00ace11e3c6b91ba790d7c3778ee8 (patch) | |
tree | 496faa19a96ed1cc73c97c27026ea87fd4ebcf38 | |
parent | ba2ecd68414b9c53d00560579f5bc13459bc0449 (diff) | |
download | cpython-fcbe337fefc00ace11e3c6b91ba790d7c3778ee8.zip cpython-fcbe337fefc00ace11e3c6b91ba790d7c3778ee8.tar.gz cpython-fcbe337fefc00ace11e3c6b91ba790d7c3778ee8.tar.bz2 |
issue27122: fix typo in the news file, wrong issue #. not issue27123.
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ Core and Builtins Library ------- -- Issue #27123: When an exception is raised within the context being managed +- Issue #27122: When an exception is raised within the context being managed by a contextlib.ExitStack() and one of the exit stack generators catches and raises it in a chain, do not re-raise the original exception when exiting, let the new chained one through. This avoids the PEP 479 |