]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
#25987: add versionadded to Reversible.
authorGeorg Brandl <georg@python.org>
Mon, 18 Apr 2016 05:25:54 +0000 (07:25 +0200)
committerGeorg Brandl <georg@python.org>
Mon, 18 Apr 2016 05:25:54 +0000 (07:25 +0200)
Doc/library/collections.abc.rst

index 608641bad3a7f9a172b41102ae3526cd538406c9..bbd0eda1450369b17da8b5cf980b73f0d068a51a 100644 (file)
@@ -112,6 +112,8 @@ ABC                        Inherits from          Abstract Methods        Mixin
 
    ABC for classes that provide the :meth:`__reversed__` method.
 
+   .. versionadded:: 3.6
+
 .. class:: Generator
 
    ABC for generator classes that implement the protocol defined in