]> granicus.if.org Git - python/commitdiff
merge
authorRaymond Hettinger <python@rcn.com>
Tue, 17 Jan 2017 06:43:43 +0000 (22:43 -0800)
committerRaymond Hettinger <python@rcn.com>
Tue, 17 Jan 2017 06:43:43 +0000 (22:43 -0800)
1  2 
Doc/library/typing.rst
Misc/NEWS

Simple merge
diff --cc Misc/NEWS
index 04634478c5c728ba01ae12188198776eeb1fa84c,7e21d3727972a69225217a6386c1fd8bf169a920..dfb42b681a4ed05546cfb98faa55cbe0fa45f39c
+++ b/Misc/NEWS
@@@ -47,6 -28,6 +47,8 @@@ Librar
  - 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.