]> granicus.if.org Git - python/commitdiff
Issue #21205: Complete the "versionchanged" note in inspect documentation
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 16 Jun 2014 14:25:22 +0000 (16:25 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 16 Jun 2014 14:25:22 +0000 (16:25 +0200)
Doc/library/inspect.rst

index 2830936b9ad67022b5aa24799a92c69a78dd11ce..359f83374ab1e90e62de2a0c64495f9e417334eb 100644 (file)
@@ -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])