]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
GH-84783: Mention Author for GH-101264 (make slices hashable) (#103146)
authorFurkan Onder <furkanonder@protonmail.com>
Fri, 31 Mar 2023 13:54:17 +0000 (16:54 +0300)
committerGitHub <noreply@github.com>
Fri, 31 Mar 2023 13:54:17 +0000 (09:54 -0400)
Will Bradshaw contributed original patch on bpo-40603.
---------

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Doc/whatsnew/3.12.rst
Misc/NEWS.d/3.12.0a6.rst

index e5bcfdecd9a4877ae3e247237ba913ad474ad5f7..00a51ab3c137c56bc65a20676572f627b8ef7020 100644 (file)
@@ -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
 ===========
index 2bcb4c8c854d4e99a1fcf744f26bf6909105d821..f6beb5b7ec3dbcff0a0b161a3c25f2ec0b645a9b 100644 (file)
@@ -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.
 
 ..