]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46066: Deprecate kwargs syntax for TypedDict definitions (GH-31126)
author97littleleaf11 <11172084+97littleleaf11@users.noreply.github.com>
Thu, 17 Feb 2022 03:26:07 +0000 (11:26 +0800)
committerGitHub <noreply@github.com>
Thu, 17 Feb 2022 03:26:07 +0000 (19:26 -0800)
commitde6043e596492201cc1a1eb28038970bb69f3107
treede508de7d1a35ac82d227e4754186e5d93bc8901
parent6f1efd19a70839d480e4b1fcd9fecd3a8725824b
bpo-46066: Deprecate kwargs syntax for TypedDict definitions (GH-31126)

Closes python/typing#981

https://bugs.python.org/issue46066
Doc/library/typing.rst
Lib/test/test_typing.py
Lib/typing.py
Misc/ACKS
Misc/NEWS.d/next/Library/2022-02-08-16-42-20.bpo-46066.m32Hl0.rst [new file with mode: 0644]