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 5e5acd2 commit 58d761eCopy full SHA for 58d761e
Doc/whatsnew/3.12.rst
@@ -189,6 +189,8 @@ Other Language Changes
189
part of comprehensions (like ``a``) is still disallowed, as per :pep:`572`.
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`.)
194
195
New Modules
196
===========
0 commit comments