[Python-checkins] GH-84783: Mention Author for GH-101264 (make slices hashable) (#103146)

terryjreedy webhook-mailer at python.org
Fri Mar 31 09:54:24 EDT 2023


https://github.com/python/cpython/commit/048d6243d45b9381dd4fcaad28ae9c5d443b8b4b
commit: 048d6243d45b9381dd4fcaad28ae9c5d443b8b4b
branch: main
author: Furkan Onder <furkanonder at protonmail.com>
committer: terryjreedy <tjreedy at udel.edu>
date: 2023-03-31T09:54:17-04:00
summary:

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 at udel.edu>

files:
M Doc/whatsnew/3.12.rst
M Misc/NEWS.d/3.12.0a6.rst

diff --git a/Doc/whatsnew/3.12.rst b/Doc/whatsnew/3.12.rst
index e5bcfdecd9a4..00a51ab3c137 100644
--- a/Doc/whatsnew/3.12.rst
+++ b/Doc/whatsnew/3.12.rst
@@ -190,7 +190,7 @@ Other Language Changes
   (Contributed by Nikita Sobolev in :gh:`100581`.)
 
 * :class:`slice` objects are now hashable, allowing them to be used as dict keys and
-  set items. (Contributed by Furkan Onder in :gh:`101264`.)
+  set items. (Contributed by Will Bradshaw and Furkan Onder in :gh:`101264`.)
 
 New Modules
 ===========
diff --git a/Misc/NEWS.d/3.12.0a6.rst b/Misc/NEWS.d/3.12.0a6.rst
index 2bcb4c8c854d..f6beb5b7ec3d 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.
 
 ..
 



More information about the Python-checkins mailing list