summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVlad Emelianov <volshebnyi@gmail.com>2020-02-13 19:53:29 (GMT)
committerGitHub <noreply@github.com>2020-02-13 19:53:29 (GMT)
commit10e87e5ef4c1b4fb8415d9ddc362e2591f2f0b6c (patch)
treee8d12b75cb57405b029fb923c94d0c65169f41d9 /Misc
parentfbeba8f2481411d608a616366394e07cdc52e0bb (diff)
downloadcpython-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.rst1
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