Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ab479a commit 82f897bCopy full SHA for 82f897b
1 file changed
Doc/library/dis.rst
@@ -710,7 +710,7 @@ iterations of the loop.
710
711
Re-raises the exception currently on top of the stack.
712
713
- .. versionadded:: 3.8
+ .. versionadded:: 3.9
714
715
716
.. opcode:: WITH_EXCEPT_START
@@ -720,7 +720,7 @@ iterations of the loop.
720
Used to implement the call ``context_manager.__exit__(*exc_info())`` when an exception
721
has occurred in a :keyword:`with` statement.
722
723
724
725
726
.. opcode:: LOAD_ASSERTION_ERROR
0 commit comments