commit | b8c084e82c7bae771c0197b177f5c32c7e513c74 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Sat Jun 14 09:03:46 2003 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Sat Jun 14 09:03:46 2003 +0000 |
tree | 1ac43899fcbb953a0bb88c2dcdc50bee959959bf | |
parent | 17fb50790dfb662c05b073fdc44861ca0a735533 [diff] |
Support keyword and topics help in cli(). Fixes #715782.
diff --git a/Misc/NEWS b/Misc/NEWS index 07a5b57..1346c58 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -111,6 +111,8 @@ Tools/Demos ----------- +- pydoc now offers help on keywords and topics. + - Tools/idle is gone; long live Lib/idlelib. - diff.py is a new script for print file diffs in context, unified, or ndiff