summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorMark Shannon <mark@hotpy.org>2019-11-21 14:47:49 (GMT)
committerGitHub <noreply@github.com>2019-11-21 14:47:49 (GMT)
commit82f897bf8f72d09f537054d64a94e645ad23d8d6 (patch)
tree7c7b0c3be0ae4622dae23e6bc3d7fabef2ea17de /Doc
parent3ab479a2d1959923c9ab80c227dd1f39720b4e2d (diff)
downloadcpython-82f897bf8f72d09f537054d64a94e645ad23d8d6.zip
cpython-82f897bf8f72d09f537054d64a94e645ad23d8d6.tar.gz
cpython-82f897bf8f72d09f537054d64a94e645ad23d8d6.tar.bz2
Correct release version to 3.9 for RERAISE and WITH_EXCEPT_START bytecodes. (#17318)
bpo-33387 Corrects commit fee5526
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/dis.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/dis.rst b/Doc/library/dis.rst
index 2b55486..1f540d9 100644
--- a/Doc/library/dis.rst
+++ b/Doc/library/dis.rst
@@ -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