From: Mariatta Date: Wed, 15 Feb 2017 19:38:48 +0000 (-0800) Subject: bpo-29481: add versionadded 3.6.1 to typing.Deque docs (#108) X-Git-Tag: v3.6.1rc1~78 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7224a049b88ed37c510861528147e0db54911bb7;p=python bpo-29481: add versionadded 3.6.1 to typing.Deque docs (#108) (cherry picked from commit 7e147f1ddb8233964ff0981e6b64fc12edac99aa) --- diff --git a/Doc/library/typing.rst b/Doc/library/typing.rst index 6c8982ba74..d130e1759d 100644 --- a/Doc/library/typing.rst +++ b/Doc/library/typing.rst @@ -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`.