]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-104786: Remove kwargs-based TypedDict creation (#104891)
authorTomas R <tomas.roun8@gmail.com>
Thu, 25 May 2023 20:14:58 +0000 (22:14 +0200)
committerGitHub <noreply@github.com>
Thu, 25 May 2023 20:14:58 +0000 (21:14 +0100)
commitfea8632ec69d160a11b8ec506900c14989952bc1
tree856e592194ea9a7e46f98767999d2697c0534d3f
parentd08679212d9af52dd074cd4a6abb440edb944c9c
gh-104786: Remove kwargs-based TypedDict creation (#104891)

Deprecated since Python 3.11.

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Doc/library/typing.rst
Doc/whatsnew/3.13.rst
Lib/test/test_typing.py
Lib/typing.py
Misc/NEWS.d/next/Library/2023-05-24-20-21-27.gh-issue-104786.SmgT5_.rst [new file with mode: 0644]