commit | 501dd0dd9d271b45e73bf1ba078a6311e1b517c0 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Fri Feb 17 09:45:40 2006 +0000 |
committer | Georg Brandl <georg@python.org> | Fri Feb 17 09:45:40 2006 +0000 |
tree | 91e6b0bc9966fcdf2f845fcf81ca248426993d7a | |
parent | 1b6726732c63d69f45f80deabe8435c2a6347db4 [diff] [blame] |
The names of lambda functions are now properly displayed in pydoc.
diff --git a/Misc/NEWS b/Misc/NEWS index cd63e32..9af61e1 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -363,6 +363,8 @@ Library ------- +- 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.