From ad90d49887cdf537e1d643ec79a2d31ac40b2ace Mon Sep 17 00:00:00 2001 From: Ken Jin Date: Wed, 15 Jun 2022 00:22:32 +0800 Subject: [docs] Fix LOAD_ATTR version changed (GH-93816) --- Doc/library/dis.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/dis.rst b/Doc/library/dis.rst index a6574c4..10154d8 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. -- cgit v0.12