[Python-checkins] r42441 - python/trunk/Misc/NEWS

georg.brandl python-checkins at python.org
Fri Feb 17 10:48:15 CET 2006


Author: georg.brandl
Date: Fri Feb 17 10:48:14 2006
New Revision: 42441

Modified:
   python/trunk/Misc/NEWS
Log:
Add bug number to NEWS entry.



Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS	(original)
+++ python/trunk/Misc/NEWS	Fri Feb 17 10:48:14 2006
@@ -363,7 +363,8 @@
 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.


More information about the Python-checkins mailing list