]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix pydoc.synopsis() so that it doesn't error out with an unreadable
authorGeorg Brandl <georg@python.org>
Wed, 8 Mar 2006 09:34:57 +0000 (09:34 +0000)
committerGeorg Brandl <georg@python.org>
Wed, 8 Mar 2006 09:34:57 +0000 (09:34 +0000)
commit865ddfb7c5ae64626cb30d011e77d32f12f55a8e
treec694d7e7330d001acb7747f73d6ae40ef0d466aa
parent360641c6e36d5a61e74f805b03b572a7beb41032
Fix pydoc.synopsis() so that it doesn't error out with an unreadable
module.
 (backport from rev. 42912)
Lib/pydoc.py