]> granicus.if.org Git - python/commit
Issue #21548: Fix pydoc.synopsis() and pydoc.apropos() on modules with empty
authorBerker Peksag <berker.peksag@gmail.com>
Fri, 20 Feb 2015 10:10:33 +0000 (12:10 +0200)
committerBerker Peksag <berker.peksag@gmail.com>
Fri, 20 Feb 2015 10:10:33 +0000 (12:10 +0200)
commitdc9d41d71820b255ba21683578aac7c9129cf0ce
tree7eb0ad04ef244ab67fd05bd1e96bd72c4b2c18ac
parentbbdad5442b874f497d0c8b5d9612dc9d1c3594de
Issue #21548: Fix pydoc.synopsis() and pydoc.apropos() on modules with empty
docstrings.

Initial patch by Yuyang Guo.
Lib/pydoc.py
Lib/test/test_pydoc.py
Misc/NEWS