From: Georg Brandl Date: Mon, 18 Apr 2016 05:25:54 +0000 (+0200) Subject: #25987: add versionadded to Reversible. X-Git-Tag: v3.6.0a1~176 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d2be07e1fdc7e18338efe5c6e1c95eb44f8dd869;p=thirdparty%2FPython%2Fcpython.git #25987: add versionadded to Reversible. --- diff --git a/Doc/library/collections.abc.rst b/Doc/library/collections.abc.rst index 608641bad3a7..bbd0eda14503 100644 --- a/Doc/library/collections.abc.rst +++ b/Doc/library/collections.abc.rst @@ -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