]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41792: Add is_typeddict function to typing.py (GH-22254)
authorPatrick Reader <pxeger@protonmail.com>
Wed, 16 Sep 2020 04:58:32 +0000 (05:58 +0100)
committerGitHub <noreply@github.com>
Wed, 16 Sep 2020 04:58:32 +0000 (21:58 -0700)
commit0705ec8a149e27023b0420ae0366d16255f6c9f7
treecc477b4be6306f9b2007f4d2084440e7c965a643
parent22415ad62555d79bd583b4a7d6a96006624a8277
bpo-41792: Add is_typeddict function to typing.py (GH-22254)

Closes issue41792.

Also closes https://github.com/python/typing/issues/751.
Doc/library/typing.rst
Lib/test/test_typing.py
Lib/typing.py
Misc/NEWS.d/next/Library/2020-09-15-07-55-35.bpo-41792.qMpSlU.rst [new file with mode: 0644]