commit | 0705ec8a149e27023b0420ae0366d16255f6c9f7 | [log] [tgz] |
---|---|---|
author | Patrick Reader <pxeger@protonmail.com> | Wed Sep 16 05:58:32 2020 +0100 |
committer | GitHub <noreply@github.com> | Tue Sep 15 21:58:32 2020 -0700 |
tree | cc477b4be6306f9b2007f4d2084440e7c965a643 | |
parent | 22415ad62555d79bd583b4a7d6a96006624a8277 [diff] |
bpo-41792: Add is_typeddict function to typing.py (GH-22254) Closes issue41792. Also closes https://github.com/python/typing/issues/751.