• Brett Cannon's avatar
    Issue #15111: When a module was imported using a 'from import' · 461c8131
    Brett Cannon yazdı
    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).
    461c8131
Adı
Son kayıt (commit)
Son güncelleme
..
builtin Loading commit data...
extension Loading commit data...
frozen Loading commit data...
import_ Loading commit data...
source Loading commit data...
__init__.py Loading commit data...
__main__.py Loading commit data...
abc.py Loading commit data...
benchmark.py Loading commit data...
regrtest.py Loading commit data...
test_abc.py Loading commit data...
test_api.py Loading commit data...
test_locks.py Loading commit data...
test_util.py Loading commit data...
util.py Loading commit data...