Skip to content

Commit 82f897b

Browse files
authored
Correct release version to 3.9 for RERAISE and WITH_EXCEPT_START bytecodes. (#17318)
bpo-33387 Corrects commit fee5526
1 parent 3ab479a commit 82f897b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/dis.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -710,7 +710,7 @@ iterations of the loop.
710710

711711
Re-raises the exception currently on top of the stack.
712712

713-
.. versionadded:: 3.8
713+
.. versionadded:: 3.9
714714

715715

716716
.. opcode:: WITH_EXCEPT_START
@@ -720,7 +720,7 @@ iterations of the loop.
720720
Used to implement the call ``context_manager.__exit__(*exc_info())`` when an exception
721721
has occurred in a :keyword:`with` statement.
722722

723-
.. versionadded:: 3.8
723+
.. versionadded:: 3.9
724724

725725

726726
.. opcode:: LOAD_ASSERTION_ERROR

0 commit comments

Comments
 (0)