projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
501dd0d
)
Add bug number to NEWS entry.
author
Georg Brandl
<georg@python.org>
Fri, 17 Feb 2006 09:48:14 +0000
(09:48 +0000)
committer
Georg Brandl
<georg@python.org>
Fri, 17 Feb 2006 09:48:14 +0000
(09:48 +0000)
Misc/NEWS
patch
|
blob
|
history
diff --git
a/Misc/NEWS
b/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.