Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Doc/library/dis.rst
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,7 @@ iterations of the loop.

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

.. versionadded:: 3.8
.. versionadded:: 3.9


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

.. versionadded:: 3.8
.. versionadded:: 3.9


.. opcode:: LOAD_ASSERTION_ERROR
Expand Down