Skip to content

Commit 048d624

Browse files
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>
1 parent f6405a4 commit 048d624

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Doc/whatsnew/3.12.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ Other Language Changes
190190
(Contributed by Nikita Sobolev in :gh:`100581`.)
191191

192192
* :class:`slice` objects are now hashable, allowing them to be used as dict keys and
193-
set items. (Contributed by Furkan Onder in :gh:`101264`.)
193+
set items. (Contributed by Will Bradshaw and Furkan Onder in :gh:`101264`.)
194194

195195
New Modules
196196
===========

Misc/NEWS.d/3.12.0a6.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ not just glibc. This fixes support for musl.
189189
.. nonce: _P5sMa
190190
.. section: Core and Builtins
191191
192-
Make the slice object hashable.
192+
Make the slice object hashable. Patch by Will Bradshaw and Furkan Onder.
193193

194194
..
195195

0 commit comments

Comments
 (0)