diff options
author | Georg Brandl <georg@python.org> | 2006-02-17 09:45:40 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2006-02-17 09:45:40 (GMT) |
commit | 501dd0dd9d271b45e73bf1ba078a6311e1b517c0 (patch) | |
tree | 91e6b0bc9966fcdf2f845fcf81ca248426993d7a /Misc | |
parent | 1b6726732c63d69f45f80deabe8435c2a6347db4 (diff) | |
download | cpython-501dd0dd9d271b45e73bf1ba078a6311e1b517c0.zip cpython-501dd0dd9d271b45e73bf1ba078a6311e1b517c0.tar.gz cpython-501dd0dd9d271b45e73bf1ba078a6311e1b517c0.tar.bz2 |
The names of lambda functions are now properly displayed in pydoc.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -363,6 +363,8 @@ Extension Modules 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. |