[Python-checkins] [docs] Fix LOAD_ATTR version changed (GH-93816)

Fidget-Spinner webhook-mailer at python.org
Tue Jun 14 12:22:37 EDT 2022


https://github.com/python/cpython/commit/ad90d49887cdf537e1d643ec79a2d31ac40b2ace
commit: ad90d49887cdf537e1d643ec79a2d31ac40b2ace
branch: main
author: Ken Jin <kenjin4096 at gmail.com>
committer: Fidget-Spinner <kenjin at python.org>
date: 2022-06-15T00:22:32+08:00
summary:

[docs] Fix LOAD_ATTR version changed (GH-93816)

files:
M Doc/library/dis.rst

diff --git a/Doc/library/dis.rst b/Doc/library/dis.rst
index a6574c4ec1030..10154d8b08929 100644
--- a/Doc/library/dis.rst
+++ b/Doc/library/dis.rst
@@ -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.
 



More information about the Python-checkins mailing list