]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42059: Fix required/optional keys for TypedDict(..., total=False) (GH-22736)...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 14 Dec 2020 22:33:27 +0000 (14:33 -0800)
committerGitHub <noreply@github.com>
Mon, 14 Dec 2020 22:33:27 +0000 (14:33 -0800)
commitdbb00062dc3afb12c41c87564e6faefe60766b01
treef586ca31cdc937f08c8638b48e120e228300667d
parent20bc40ef44b820733848d5838e803b5fe4350b93
bpo-42059: Fix required/optional keys for TypedDict(..., total=False) (GH-22736) (GH-23747)

(cherry picked from commit 67b769f5157c9dad1c7dd6b24e067b9fdab5b35d)

Co-authored-by: Alex Grönholm <alex.gronholm@nextday.fi>
Lib/test/test_typing.py
Lib/typing.py
Misc/NEWS.d/next/Library/2020-10-17-12-42-08.bpo-42059.ZGMZ3D.rst [new file with mode: 0644]