8000 gh-91491: Add several typing features to What's New by hauntsaninja · Pull Request #92060 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-91491: Add several typing features to What's New #92060

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 5 commits into from
Apr 30, 2022
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
mention clear_overloads
  • Loading branch information
hauntsaninja committed Apr 29, 2022
commit 6386dce5d97478dbd943fd19926aedb79d34f33f
3 changes: 2 additions & 1 deletion Doc/whatsnew/3.11.rst
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,8 @@ For major changes, see :ref:`new-feat-related-type-hints-311`.
(Contributed by Jelle Zijlstra in :gh:`90500`.)

* The :func:`typing.get_overloads` function can be used for introspecting
the overloads of a function.
the overloads of a function. :func:`typing.clear_overloads` can be used
to clear all registered overloads of a function.
(Contributed by Jelle Zijlstra in :gh:`89263`.)

unicodedata
Expand Down
0