8000 GH-84783: Mention Author for GH-101264 (make slices hashable) by furkanonder · Pull Request #103146 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

GH-84783: Mention Author for GH-101264 (make slices hashable) #103146

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Mar 31, 2023
Merged
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
Prev Previous commit
Next Next commit
Update Doc/whatsnew/3.12.rst
  • Loading branch information
terryjreedy authored Mar 31, 2023
commit ee1821a7743a4a0b22d6feef7cad80953847a4df
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 and Will Bradshaw in :gh:`101264`.)
set items. (Contributed by Will Bradshaw and Furkan Onder in :gh:`101264`.)

New Modules
===========
Expand Down
0