]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Correct release version to 3.9 for RERAISE and WITH_EXCEPT_START bytecodes. (#17318)
authorMark Shannon <mark@hotpy.org>
Thu, 21 Nov 2019 14:47:49 +0000 (14:47 +0000)
committerGitHub <noreply@github.com>
Thu, 21 Nov 2019 14:47:49 +0000 (14:47 +0000)
bpo-33387

Corrects commit fee5526

Doc/library/dis.rst

index 2b55486f3a28ede2c9efaf7f51e0b8928662335d..1f540d95078f610bd8fe0e51303c657fd5134dbf 100644 (file)
@@ -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
@@ -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