8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6405a4 commit 048d624Copy full SHA for 048d624
Doc/whatsnew/3.12.rst
@@ -190,7 +190,7 @@ Other Language Changes
190
(Contributed by Nikita Sobolev in :gh:`100581`.)
191
192
* :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`.)
+ set items. (Contributed by Will Bradshaw and Furkan Onder in :gh:`101264`.)
194
195
New Modules
196
===========
Misc/NEWS.d/3.12.0a6.rst
@@ -189,7 +189,7 @@ not just glibc. This fixes support for musl.
189
.. nonce: _P5sMa
.. section: Core and Builtins
-Make the slice object hashable.
+Make the slice object hashable. Patch by Will Bradshaw and Furkan Onder.
..
0 commit comments