mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
bpo-29481: add versionadded 3.6.1 to typing.Deque docs (#107)
This commit is contained in:
parent
f15fa87e5a
commit
36da1c3589
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