Add bug number to NEWS entry.
authorGeorg Brandl <georg@python.org>
Fri, 17 Feb 2006 09:48:14 +0000 (09:48 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 17 Feb 2006 09:48:14 +0000 (09:48 +0000)
Misc/NEWS

index 9af61e10540d74bab79f2ff51511e2b65b196ddc..9b5740b53023264b98a5f40a184cbcdece9e7b6c 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -363,7 +363,8 @@ Extension Modules
 Library
 -------
 
-- The names of lambda functions are now properly displayed in pydoc.
+- Bug #1432260: 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.