Add bug number to NEWS entry.

This commit is contained in:
Georg Brandl 2006-02-17 09:48:14 +00:00
parent 501dd0dd9d
commit 0e1abe2a07
1 changed files with 2 additions and 1 deletions

View File

@ -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.