commit | 5b62942074f2f6ae57c0e1bd8e4993dff4f5997f | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Fri Dec 23 12:40:16 2011 +0100 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Fri Dec 23 12:40:16 2011 +0100 |
tree | bf3f323f4b84a51edae986f2fee3686cc2d4c9bd | |
parent | d22983d081845009e894dced4c4d835f18755520 [diff] [blame] |
Issue #13577: Built-in methods and functions now have a __qualname__. Patch by sbt.
diff --git a/Misc/NEWS b/Misc/NEWS index cff3140..1dc721a 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -10,6 +10,9 @@ Core and Builtins ----------------- +- Issue #13577: Built-in methods and functions now have a __qualname__. + Patch by sbt. + - Issue #6695: Full garbage collection runs now clear the freelist of set objects. Initial patch by Matthias Troffaes.