From: Mark Shannon Date: Wed, 17 Aug 2022 11:59:44 +0000 (+0100) Subject: Correct news entry. (GH-96043) X-Git-Tag: v3.12.0a1~628 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d8c07f8cb4eebbe4ed0f76ba98024313f76a181c;p=thirdparty%2FPython%2Fcpython.git Correct news entry. (GH-96043) --- diff --git a/Misc/NEWS.d/next/Core and Builtins/2022-06-18-17-00-33.gh-issue-93911.y286of.rst b/Misc/NEWS.d/next/Core and Builtins/2022-06-18-17-00-33.gh-issue-93911.y286of.rst index 9fc0df5266d0..7fc8f6a2d492 100644 --- a/Misc/NEWS.d/next/Core and Builtins/2022-06-18-17-00-33.gh-issue-93911.y286of.rst +++ b/Misc/NEWS.d/next/Core and Builtins/2022-06-18-17-00-33.gh-issue-93911.y286of.rst @@ -1 +1 @@ -Specialize ``LOAD_ATTR`` for objects with custom ``__getattr__`` and ``__getattribute__``. +Specialize ``LOAD_ATTR`` for objects with custom ``__getattribute__``.