From 36da1c3589e1bc4246cccf6bd0094a110416a43a Mon Sep 17 00:00:00 2001 From: Mariatta Date: Wed, 15 Feb 2017 11:37:18 -0800 Subject: bpo-29481: add versionadded 3.6.1 to typing.Deque docs (#107) --- Doc/library/typing.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Doc/library/typing.rst b/Doc/library/typing.rst index 6c8982b..d130e17 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`. -- cgit v0.12