[Python-checkins] Correct name of bytecode in change note. (GH-22723) (#22765)

Miss Skeleton (bot) webhook-mailer at python.org
Mon Oct 19 11:44:36 EDT 2020


https://github.com/python/cpython/commit/8f0b8b5749fe5f8273afe96ab5e96e2d25811469
commit: 8f0b8b5749fe5f8273afe96ab5e96e2d25811469
branch: 3.9
author: Miss Skeleton (bot) <31488909+miss-islington at users.noreply.github.com>
committer: GitHub <noreply at github.com>
date: 2020-10-19T17:44:25+02:00
summary:

Correct name of bytecode in change note. (GH-22723) (#22765)

(cherry picked from commit b580ed1d9d55461d8dde027411b90be26cae131e)

Co-authored-by: Mark Shannon <mark at hotpy.org>

files:
M Misc/NEWS.d/3.9.0a2.rst

diff --git a/Misc/NEWS.d/3.9.0a2.rst b/Misc/NEWS.d/3.9.0a2.rst
index 1fd23b763e2a1..226ea0d3df224 100644
--- a/Misc/NEWS.d/3.9.0a2.rst
+++ b/Misc/NEWS.d/3.9.0a2.rst
@@ -236,7 +236,7 @@ coroutine of an asynchronous generator.
 
 Removed WITH_CLEANUP_START, WITH_CLEANUP_FINISH, BEGIN_FINALLY, END_FINALLY,
 CALL_FINALLY and POP_FINALLY bytecodes. Replaced with RERAISE and
-WITH_EXCEPT_FINISH bytecodes. The compiler now generates different code for
+WITH_EXCEPT_START bytecodes. The compiler now generates different code for
 exceptional and non-exceptional branches for 'with' and 'try-except'
 statements. For 'try-finally' statements the 'finally' block is replicated
 for each exit from the 'try' body.



More information about the Python-checkins mailing list