GH-84783: Document GH-101264 (Make the slice object hashable) in What's New. (#102548)

This commit is contained in:
T. Wouters 2023-03-08 18:39:33 -08:00 committed by GitHub
parent 5e5acd291f
commit 58d761e5b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -189,6 +189,8 @@ Other Language Changes
part of comprehensions (like ``a``) is still disallowed, as per :pep:`572`.
(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`.)
New Modules
===========