[Python-checkins] cpython: #25987: add versionadded to Reversible.
georg.brandl
python-checkins at python.org
Mon Apr 18 01:26:03 EDT 2016
https://hg.python.org/cpython/rev/7d9f7d7a21ae
changeset: 101044:7d9f7d7a21ae
user: Georg Brandl <georg at python.org>
date: Mon Apr 18 07:25:54 2016 +0200
summary:
#25987: add versionadded to Reversible.
files:
Doc/library/collections.abc.rst | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/Doc/library/collections.abc.rst b/Doc/library/collections.abc.rst
--- a/Doc/library/collections.abc.rst
+++ b/Doc/library/collections.abc.rst
@@ -112,6 +112,8 @@
ABC for classes that provide the :meth:`__reversed__` method.
+ .. versionadded:: 3.6
+
.. class:: Generator
ABC for generator classes that implement the protocol defined in
--
Repository URL: https://hg.python.org/cpython
More information about the Python-checkins
mailing list