]> granicus.if.org Git - python/commitdiff
bpo-29481: add versionadded 3.6.1 to typing.Deque docs (#107)
authorMariatta <Mariatta@users.noreply.github.com>
Wed, 15 Feb 2017 19:37:18 +0000 (11:37 -0800)
committerGitHub <noreply@github.com>
Wed, 15 Feb 2017 19:37:18 +0000 (11:37 -0800)
Doc/library/typing.rst

index 6c8982ba743526b6c2ba184409e2bda276b7f80c..d130e1759d8f5988314e4154cfca74fa7d6d38fd 100644 (file)
@@ -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`.