From d8c07f8cb4eebbe4ed0f76ba98024313f76a181c Mon Sep 17 00:00:00 2001 From: Mark Shannon Date: Wed, 17 Aug 2022 12:59:44 +0100 Subject: [PATCH] Correct news entry. (GH-96043) --- .../2022-06-18-17-00-33.gh-issue-93911.y286of.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 9fc0df5266d..7fc8f6a2d49 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__``.