Correct release version to 3.9 for RERAISE and WITH_EXCEPT_START byte… · python/cpython@82f897b (original) (raw)

Original file line number Diff line number Diff line change
@@ -710,7 +710,7 @@ iterations of the loop.
710 710
711 711 Re-raises the exception currently on top of the stack.
712 712
713 - .. versionadded:: 3.8
713 + .. versionadded:: 3.9
714 714
715 715
716 716 .. opcode:: WITH_EXCEPT_START
@@ -720,7 +720,7 @@ iterations of the loop.
720 720 Used to implement the call ``context_manager.__exit__(*exc_info())`` when an exception
721 721 has occurred in a :keyword:`with` statement.
722 722
723 - .. versionadded:: 3.8
723 + .. versionadded:: 3.9
724 724
725 725
726 726 .. opcode:: LOAD_ASSERTION_ERROR