#25987: add versionadded to Reversible.

This commit is contained in:
Georg Brandl 2016-04-18 07:25:54 +02:00
parent a648339595
commit d2be07e1fd
1 changed files with 2 additions and 0 deletions

View 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