diff options
author | Mark Shannon <mark@hotpy.org> | 2022-08-17 11:59:44 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-17 11:59:44 (GMT) |
commit | d8c07f8cb4eebbe4ed0f76ba98024313f76a181c (patch) | |
tree | 852858896583b721518b2639cce990498776388d /Misc | |
parent | b73e3b6d4a6c505f2869ae4d0a4a93241450cf32 (diff) | |
download | cpython-d8c07f8cb4eebbe4ed0f76ba98024313f76a181c.zip cpython-d8c07f8cb4eebbe4ed0f76ba98024313f76a181c.tar.gz cpython-d8c07f8cb4eebbe4ed0f76ba98024313f76a181c.tar.bz2 |
Correct news entry. (GH-96043)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2022-06-18-17-00-33.gh-issue-93911.y286of.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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 9fc0df5..7fc8f6a 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__``. |