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.