summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGregory P. Smith <greg@krypto.org>2016-06-14 16:27:44 (GMT)
committerGregory P. Smith <greg@krypto.org>2016-06-14 16:27:44 (GMT)
commitfcbe337fefc00ace11e3c6b91ba790d7c3778ee8 (patch)
tree496faa19a96ed1cc73c97c27026ea87fd4ebcf38
parentba2ecd68414b9c53d00560579f5bc13459bc0449 (diff)
downloadcpython-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/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c85f6d0..71dbb16 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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