mirror of
https://github.com/python/cpython.git
synced 2025-09-30 20:31:52 +00:00
bpo-29481: add versionadded 3.6.1 to typing.Deque docs (#108)
(cherry picked from commit 7e147f1ddb
)
This commit is contained in:
parent
1e8cc88a48
commit
7224a049b8
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue