]> granicus.if.org Git - python/commit
Issue #14583: Fix importlib bug when a package's __init__.py would first import one...
authorAntoine Pitrou <solipsis@pitrou.net>
Mon, 7 May 2012 19:41:59 +0000 (21:41 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Mon, 7 May 2012 19:41:59 +0000 (21:41 +0200)
commit6efa50a384f61155cd5315cd32f0f8775fe124c5
tree2cc831c060e953beb452ec4b33e199e2c06f25d9
parent943cab2fec8e7fb3232e72d9f1ca6535674e746a
Issue #14583: Fix importlib bug when a package's __init__.py would first import one of its modules then raise an error.
Lib/importlib/_bootstrap.py
Lib/importlib/test/import_/test_packages.py
Lib/importlib/test/util.py
Misc/NEWS
Python/import.c
Python/importlib.h