From: Georg Brandl Date: Fri, 17 Feb 2006 09:48:14 +0000 (+0000) Subject: Add bug number to NEWS entry. X-Git-Tag: v2.5a0~632 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0e1abe2a07444d35d3f97737201787f9722866b8;p=thirdparty%2FPython%2Fcpython.git Add bug number to NEWS entry. --- diff --git a/Misc/NEWS b/Misc/NEWS index 9af61e10540d..9b5740b53023 100644 --- 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.