diff options
author | Vlad Emelianov <volshebnyi@gmail.com> | 2020-02-13 19:53:29 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-13 19:53:29 (GMT) |
commit | 10e87e5ef4c1b4fb8415d9ddc362e2591f2f0b6c (patch) | |
tree | e8d12b75cb57405b029fb923c94d0c65169f41d9 /Misc | |
parent | fbeba8f2481411d608a616366394e07cdc52e0bb (diff) | |
download | cpython-10e87e5ef4c1b4fb8415d9ddc362e2591f2f0b6c.zip cpython-10e87e5ef4c1b4fb8415d9ddc362e2591f2f0b6c.tar.gz cpython-10e87e5ef4c1b4fb8415d9ddc362e2591f2f0b6c.tar.bz2 |
bpo-39627: Fix TypedDict totality check for inherited keys (#18503)
(Adapted from https://github.com/python/typing/pull/700)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2020-02-13-18-14-15.bpo-39627.Q0scyQ.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2020-02-13-18-14-15.bpo-39627.Q0scyQ.rst b/Misc/NEWS.d/next/Library/2020-02-13-18-14-15.bpo-39627.Q0scyQ.rst new file mode 100644 index 0000000..4806aa6 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2020-02-13-18-14-15.bpo-39627.Q0scyQ.rst @@ -0,0 +1 @@ +Fixed TypedDict totality check for inherited keys.
\ No newline at end of file |