]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
When recursively attempting to find the modules imported by an
authorGuido van Rossum <guido@python.org>
Mon, 16 Sep 2002 16:36:02 +0000 (16:36 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 16 Sep 2002 16:36:02 +0000 (16:36 +0000)
commit258cba8442e5443e689c4ae371f30eb541d05f93
tree80a46944c995462ad22c97e04e16afc401c7a660
parentf1fe145d20eca65c4bb684115fc377dc9f5c8855
When recursively attempting to find the modules imported by an
"import" statement, catch and ignore all exceptions.  add/fix some
comments about this.
Lib/pyclbr.py