]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[docs] Fix LOAD_ATTR version changed (GH-93816)
authorKen Jin <kenjin4096@gmail.com>
Tue, 14 Jun 2022 16:22:32 +0000 (00:22 +0800)
committerGitHub <noreply@github.com>
Tue, 14 Jun 2022 16:22:32 +0000 (00:22 +0800)
Doc/library/dis.rst

index a6574c4ec1030ba6909774a6bcdae87f76c0a4c0..10154d8b08929013773ceb5e3f9fe33cf634d8de 100644 (file)
@@ -898,7 +898,7 @@ iterations of the loop.
    unbound method. Otherwise, ``NULL`` and the object return by the attribute
    lookup are pushed.
 
-   .. versionchanged:: 3.11
+   .. versionchanged:: 3.12
       If the low bit of ``namei`` is set, then a ``NULL`` or ``self`` is
       pushed to the stack before the attribute or unbound method respectively.