mirror of
https://github.com/python/cpython.git
synced 2025-11-22 19:46:48 +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). |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test___package__.py | ||
| test_api.py | ||
| test_caching.py | ||
| test_fromlist.py | ||
| test_meta_path.py | ||
| test_packages.py | ||
| test_path.py | ||
| test_relative_imports.py | ||
| util.py | ||