Merge 3.5

This commit is contained in:
Yury Selivanov 2015-08-17 13:04:49 -04:00
commit d11223e0d6

View file

@ -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])