[cherry-pick for 3.5] bpo-29481: add versionadded 3.5.4 to typing.Deque docs (#109)

(cherry picked from commit 7e147f1ddb)
This commit is contained in:
Mariatta 2017-02-15 11:39:37 -08:00 committed by GitHub
parent 1bfd33f573
commit bb53a27a5d

View file

@ -561,6 +561,8 @@ The module defines the following classes, functions and decorators:
A generic version of :class:`collections.deque`.
.. versionadded:: 3.5.4
.. class:: List(list, MutableSequence[T])
Generic version of :class:`list`.