mirror of https://github.com/python/cpython
#25987: add versionadded to Reversible.
This commit is contained in:
parent
a648339595
commit
d2be07e1fd
|
@ -112,6 +112,8 @@ ABC Inherits from Abstract Methods Mixin
|
||||||
|
|
||||||
ABC for classes that provide the :meth:`__reversed__` method.
|
ABC for classes that provide the :meth:`__reversed__` method.
|
||||||
|
|
||||||
|
.. versionadded:: 3.6
|
||||||
|
|
||||||
.. class:: Generator
|
.. class:: Generator
|
||||||
|
|
||||||
ABC for generator classes that implement the protocol defined in
|
ABC for generator classes that implement the protocol defined in
|
||||||
|
|
Loading…
Reference in New Issue