]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-37049: PEP 589: Add TypedDict to typing module (GH-13573)
authorIvan Levkivskyi <levkivskyi@gmail.com>
Sun, 26 May 2019 08:39:24 +0000 (09:39 +0100)
committerGitHub <noreply@github.com>
Sun, 26 May 2019 08:39:24 +0000 (09:39 +0100)
commit135c6a56e55d2f4f8718b3b9f03ce3c692b15f0f
treeb585115cb0b9684430a7a3ffe02b2a0df584890a
parentb891c465bb7d38a597c5c2ad547d7b19194f4dad
bpo-37049: PEP 589: Add TypedDict to typing module (GH-13573)

The implementation is straightforward and essentially is just copied from `typing_extensions`.
Doc/library/typing.rst
Lib/test/test_typing.py
Lib/typing.py
Misc/NEWS.d/next/Library/2019-05-25-19-48-42.bpo-37049.an2LXJ.rst [new file with mode: 0644]