🌐 AI搜索 & 代理 主页
Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Mention Author for GH-101264 (Make the slice object hashable)
  • Loading branch information
furkanonder committed Mar 31, 2023
commit b1edad14fa1cb3cebc84e06d53f81fea5ab82b33
2 changes: 1 addition & 1 deletion Doc/whatsnew/3.12.rst
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ Other Language Changes
(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 Furkan Onder and Will Bradshaw in :gh:`101264`.)

New Modules
===========
Expand Down
2 changes: 1 addition & 1 deletion Misc/NEWS.d/3.12.0a6.rst
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ not just glibc. This fixes support for musl.
.. nonce: _P5sMa
.. section: Core and Builtins

Make the slice object hashable.
Make the slice object hashable. Patch by Furkan Onder and Will Bradshaw.

..

Expand Down