]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #29011: Fix an important omission by adding Deque to the typing module.
authorRaymond Hettinger <python@rcn.com>
Tue, 17 Jan 2017 06:42:37 +0000 (22:42 -0800)
committerRaymond Hettinger <python@rcn.com>
Tue, 17 Jan 2017 06:42:37 +0000 (22:42 -0800)
commit80490525e0e9c08860b0de0c416dbe71c6593af7
treeaabf82fd00fdbfe92a1d416223c5d9849b61c5df
parenta105dd3dc0b054f0d7977e19b682a0016b67790f
Issue #29011:  Fix an important omission by adding Deque to the typing module.
Doc/library/typing.rst
Lib/test/test_typing.py
Lib/typing.py
Misc/NEWS