The names of lambda functions are now properly displayed in pydoc.
diff --git a/Misc/NEWS b/Misc/NEWS
index cd63e32..9af61e1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -363,6 +363,8 @@
 Library
 -------
 
+- The names of lambda functions are now properly displayed in pydoc.
+
 - Patch #1412872: zipfile now sets the creator system to 3 (Unix)
   unless the system is Win32.