]> granicus.if.org Git - python/commit
fix pydoc.apropos and pydoc.synopsis on modules with empty docstrings (#21548)
authorBenjamin Peterson <benjamin@python.org>
Tue, 17 Feb 2015 00:45:01 +0000 (19:45 -0500)
committerBenjamin Peterson <benjamin@python.org>
Tue, 17 Feb 2015 00:45:01 +0000 (19:45 -0500)
commit54237f9feaefd209c2aaa5b4003810e69f6714f3
treef6dc68eea09d8fd6f6115259723914296aa01d6c
parent3584056ca58957a6adca060419e48a9488852550
fix pydoc.apropos and pydoc.synopsis on modules with empty docstrings (#21548)

Patch by Yuyang Guo and Berker Peksag.
Lib/pydoc.py
Lib/test/test_pydoc.py
Misc/ACKS
Misc/NEWS