]> granicus.if.org Git - python/commitdiff
[cherry-pick for 3.5] bpo-29481: add versionadded 3.5.4 to typing.Deque docs (#109)
authorMariatta <Mariatta@users.noreply.github.com>
Wed, 15 Feb 2017 19:39:37 +0000 (11:39 -0800)
committerGitHub <noreply@github.com>
Wed, 15 Feb 2017 19:39:37 +0000 (11:39 -0800)
(cherry picked from commit 7e147f1ddb8233964ff0981e6b64fc12edac99aa)

Doc/library/typing.rst

index 8da71b64a7922f3b6d41dcbe81b2363d207e680d..93ea4f9422997ac0f10f5b735d14a7f5050e92ad 100644 (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`.