diff options
author | Furkan Onder <furkanonder@protonmail.com> | 2023-03-31 13:54:17 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-31 13:54:17 (GMT) |
commit | 048d6243d45b9381dd4fcaad28ae9c5d443b8b4b (patch) | |
tree | da074bd772a594d5dc94e6c3865bdf1b260ebd91 /Misc | |
parent | f6405a46627e1f74c279f712c8776a165b0ba9fd (diff) | |
download | cpython-048d6243d45b9381dd4fcaad28ae9c5d443b8b4b.zip cpython-048d6243d45b9381dd4fcaad28ae9c5d443b8b4b.tar.gz cpython-048d6243d45b9381dd4fcaad28ae9c5d443b8b4b.tar.bz2 |
GH-84783: Mention Author for GH-101264 (make slices hashable) (#103146)
Will Bradshaw contributed original patch on bpo-40603.
---------
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/3.12.0a6.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS.d/3.12.0a6.rst b/Misc/NEWS.d/3.12.0a6.rst index 2bcb4c8..f6beb5b 100644 --- a/Misc/NEWS.d/3.12.0a6.rst +++ b/Misc/NEWS.d/3.12.0a6.rst @@ -189,7 +189,7 @@ not just glibc. This fixes support for musl. .. nonce: _P5sMa .. section: Core and Builtins -Make the slice object hashable. +Make the slice object hashable. Patch by Will Bradshaw and Furkan Onder. .. |