[Python-checkins] bpo-46460: remove duplicated `versionchanged` from `dis.rst` (GH-30752)

iritkatriel webhook-mailer at python.org
Sat Jan 22 06:16:08 EST 2022


https://github.com/python/cpython/commit/5d735241168cefe00be177ef4152955c100177ae
commit: 5d735241168cefe00be177ef4152955c100177ae
branch: main
author: Nikita Sobolev <mail at sobolevn.me>
committer: iritkatriel <1055913+iritkatriel at users.noreply.github.com>
date: 2022-01-22T11:15:58Z
summary:

bpo-46460: remove duplicated `versionchanged` from `dis.rst` (GH-30752)

files:
M Doc/library/dis.rst

diff --git a/Doc/library/dis.rst b/Doc/library/dis.rst
index af28e5c115934..c9a4768618702 100644
--- a/Doc/library/dis.rst
+++ b/Doc/library/dis.rst
@@ -596,8 +596,6 @@ iterations of the loop.
     has occurred in a :keyword:`with` statement.
 
     .. versionadded:: 3.9
-    .. versionchanged:: 3.11
-       The ``__exit__`` function is in position 8 of the stack rather than 7.
 
     .. versionchanged:: 3.11
        The ``__exit__`` function is in position 4 of the stack rather than 7.



More information about the Python-checkins mailing list