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>
This commit is contained in:
Furkan Onder 2023-03-31 16:54:17 +03:00 committed by GitHub
parent f6405a4662
commit 048d6243d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View 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
===========

View 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.
..