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 c1e71ce commit b1edad1Copy full SHA for b1edad1
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 Furkan Onder and Will Bradshaw 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 Furkan Onder and Will Bradshaw.
..
0 commit comments