Commit 5fbad3c9 authored by Yury Selivanov's avatar Yury Selivanov

docs: Clarify that gi_yieldfrom was first added in 3.5

parent c135f0a8
......@@ -209,9 +209,10 @@ attributes:
.. versionchanged:: 3.5
Add ``__qualname__`` attribute to generators. The ``__name__`` attribute of
generators is now set from the function name, instead of the code name, and
it can now be modified.
Add ``__qualname__`` and ``gi_yieldfrom`` attributes to generators.
The ``__name__`` attribute of generators is now set from the function
name, instead of the code name, and it can now be modified.
.. function:: getmembers(object[, predicate])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment