gh-104786: Remove kwargs-based TypedDict creation by tomasr8 · Pull Request #104891 · python/cpython
Not sure if/how I should update the docs:
| .. deprecated-removed:: 3.11 3.13 | |
| The keyword-argument syntax is deprecated in 3.11 and will be removed | |
| in 3.13. It may also be unsupported by static type checkers. |
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure if/how I should update the docs:
I would remove the existing deprecated-removed note, and add something like:
.. versionchanged:: 3.13 Removed support for the keyword-argument method of creating ``TypeDict``\s.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great to me. Thanks @tomasr8!
tomasr8
deleted the
typeddict-kwargs-removal
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters