From: Nikita Sobolev Date: Sat, 22 Jan 2022 11:15:58 +0000 (+0300) Subject: bpo-46460: remove duplicated `versionchanged` from `dis.rst` (GH-30752) X-Git-Tag: v3.11.0a5~162 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5d735241168cefe00be177ef4152955c100177ae;p=thirdparty%2FPython%2Fcpython.git bpo-46460: remove duplicated `versionchanged` from `dis.rst` (GH-30752) --- diff --git a/Doc/library/dis.rst b/Doc/library/dis.rst index af28e5c11593..c9a476861870 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.