From: Ken Jin Date: Tue, 14 Jun 2022 16:22:32 +0000 (+0800) Subject: [docs] Fix LOAD_ATTR version changed (GH-93816) X-Git-Tag: v3.12.0a1~1258 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ad90d49887cdf537e1d643ec79a2d31ac40b2ace;p=thirdparty%2FPython%2Fcpython.git [docs] Fix LOAD_ATTR version changed (GH-93816) --- diff --git a/Doc/library/dis.rst b/Doc/library/dis.rst index a6574c4ec103..10154d8b0892 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.