| commit | 258cba8442e5443e689c4ae371f30eb541d05f93 | [log] [tgz] |
|---|---|---|
| author | Guido van Rossum <guido@python.org> | Mon Sep 16 16:36:02 2002 +0000 |
| committer | Guido van Rossum <guido@python.org> | Mon Sep 16 16:36:02 2002 +0000 |
| tree | 80a46944c995462ad22c97e04e16afc401c7a660 | |
| parent | f1fe145d20eca65c4bb684115fc377dc9f5c8855 [diff] |
When recursively attempting to find the modules imported by an "import" statement, catch and ignore all exceptions. add/fix some comments about this.