changeset: 91213:28b3b8b22654 user: Victor Stinner date: Mon Jun 16 16:25:22 2014 +0200 files: Doc/library/inspect.rst description: Issue #21205: Complete the "versionchanged" note in inspect documentation diff -r 901a8265511a -r 28b3b8b22654 Doc/library/inspect.rst --- a/Doc/library/inspect.rst Mon Jun 16 16:21:57 2014 +0200 +++ b/Doc/library/inspect.rst Mon Jun 16 16:25:22 2014 +0200 @@ -181,7 +181,9 @@ .. 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])