Issue #21205: Complete the "versionchanged" note in inspect documentation
This commit is contained in:
parent
7db27c8ed6
commit
4a74a9a750
|
@ -181,7 +181,9 @@ attributes:
|
|||
|
||||
.. versionchanged:: 3.5
|
||||
|
||||
Add ``__qualname__`` attribute to generators.
|
||||
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.
|
||||
|
||||
|
||||
.. function:: getmembers(object[, predicate])
|
||||
|
|
Loading…
Reference in New Issue