From: Mariatta Date: Wed, 15 Feb 2017 19:39:37 +0000 (-0800) Subject: [cherry-pick for 3.5] bpo-29481: add versionadded 3.5.4 to typing.Deque docs (#109) X-Git-Tag: v3.5.4rc1~346 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bb53a27a5d56a4f33c3fc8eebb486b34808c92b7;p=python [cherry-pick for 3.5] bpo-29481: add versionadded 3.5.4 to typing.Deque docs (#109) (cherry picked from commit 7e147f1ddb8233964ff0981e6b64fc12edac99aa) --- diff --git a/Doc/library/typing.rst b/Doc/library/typing.rst index 8da71b64a7..93ea4f9422 100644 --- a/Doc/library/typing.rst +++ b/Doc/library/typing.rst @@ -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`.