]> granicus.if.org Git - python/commit
Issue #15110: Fix the tracebacks generated by "import xxx" to not show the importlib...
authorAntoine Pitrou <solipsis@pitrou.net>
Sun, 8 Jul 2012 10:01:27 +0000 (12:01 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Sun, 8 Jul 2012 10:01:27 +0000 (12:01 +0200)
commitbc07a5c9136c316383550ef38299792ab07eb167
tree25a59bde65b32cd0eb88c03aa217e2ff50fc62d1
parent25bfb529bd08eff831a258e2dbd1fed70bfa40ae
Issue #15110: Fix the tracebacks generated by "import xxx" to not show the importlib stack frames.
Lib/importlib/_bootstrap.py
Lib/test/test_import.py
Misc/NEWS
Python/import.c
Python/importlib.h