mirror of
https://github.com/python/cpython.git
synced 2025-11-11 14:44:57 +00:00
statement (e.g. ``from distutils import msvc9compiler``) that triggers an ImportError of its own (e.g. the non-existence of winreg), let that exception propagate instead of raising a generic ImportError for the module being requested (e.g. msvc9compiler). |
||
|---|---|---|
| .. | ||
| builtin | ||
| extension | ||
| frozen | ||
| import_ | ||
| source | ||
| __init__.py | ||
| __main__.py | ||
| abc.py | ||
| benchmark.py | ||
| regrtest.py | ||
| test_abc.py | ||
| test_api.py | ||
| test_locks.py | ||
| test_util.py | ||
| util.py | ||