Will Bradshaw contributed original patch on bpo-40603.
---------
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
(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
===========
.. nonce: _P5sMa
.. section: Core and Builtins
-Make the slice object hashable.
+Make the slice object hashable. Patch by Will Bradshaw and Furkan Onder.
..