]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42059: Fix required/optional keys for TypedDict(..., total=False) (GH-22736)
authorAlex Grönholm <alex.gronholm@nextday.fi>
Thu, 10 Dec 2020 21:49:05 +0000 (23:49 +0200)
committerGitHub <noreply@github.com>
Thu, 10 Dec 2020 21:49:05 +0000 (13:49 -0800)
commit67b769f5157c9dad1c7dd6b24e067b9fdab5b35d
treef7866a693a7fa42ce88f86d89159ce26c1adc361
parenta65828717982e6a56382d7aff738478f5b5b25d0
bpo-42059: Fix required/optional keys for TypedDict(..., total=False) (GH-22736)
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]