Files
cpython/Python
Victor Stinner ed36c06f1d Fix the import machinery if there is an error on sys.path or sys.meta_path
find_module() now raises a RuntimeError, instead of ImportError, on an error on
sys.path or sys.meta_path because load_package() and import_submodule() returns
None and clear the exception if a ImportError occurred.
2011-09-15 19:45:53 +02:00
..
2010-05-09 14:46:46 +00:00
2010-05-09 14:46:46 +00:00
2011-07-19 11:59:20 -07:00
2011-07-15 14:15:40 -05:00
2010-12-11 04:25:57 +00:00
2011-07-22 17:20:58 -05:00