mirror of https://github.com/python/cpython
bpo-29481: add versionadded 3.6.1 to typing.Deque docs (#107)
This commit is contained in:
parent
f15fa87e5a
commit
36da1c3589
|
@ -574,6 +574,8 @@ The module defines the following classes, functions and decorators:
|
|||
|
||||
A generic version of :class:`collections.deque`.
|
||||
|
||||
.. versionadded:: 3.6.1
|
||||
|
||||
.. class:: List(list, MutableSequence[T])
|
||||
|
||||
Generic version of :class:`list`.
|
||||
|
|
Loading…
Reference in New Issue