summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2017-01-17 06:43:43 (GMT)
committerRaymond Hettinger <python@rcn.com>2017-01-17 06:43:43 (GMT)
commite12c313f5e2690d61f99f2fb6a98e7992ff7e12c (patch)
tree8f700a2759da96dc844c899e0c066eaa2e0ddb6b /Misc/NEWS
parent741c45adabc23c65ea85ff817c3266665ccf76e1 (diff)
parent80490525e0e9c08860b0de0c416dbe71c6593af7 (diff)
downloadcpython-e12c313f5e2690d61f99f2fb6a98e7992ff7e12c.zip
cpython-e12c313f5e2690d61f99f2fb6a98e7992ff7e12c.tar.gz
cpython-e12c313f5e2690d61f99f2fb6a98e7992ff7e12c.tar.bz2
merge
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 0463447..dfb42b6 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -47,6 +47,8 @@ Library
- Issue #29219: Fixed infinite recursion in the repr of uninitialized
ctypes.CDLL instances.
+- Issue #29011: Fix an important omission by adding Deque to the typing module.
+
- Issue #28969: Fixed race condition in C implementation of functools.lru_cache.
KeyError could be raised when cached function with full cache was
simultaneously called from differen threads with the same uncached arguments.