Brett Cannon c049952de7 Issue #13959: Have
importlib.abc.FileLoader.load_module()/get_filename() and
importlib.machinery.ExtensionFileLoader.load_module() have their
single argument be optional as the loader's constructor has all the
ncessary information.

This allows for the deprecation of
imp.load_source()/load_compile()/load_package().
2012-05-11 14:48:41 -04:00
..
2012-01-18 21:45:15 +01:00
2012-03-12 11:16:03 -07:00
2012-05-11 14:48:41 -04:00
2011-09-28 07:41:54 +02:00
2012-03-14 21:50:29 -05:00
2012-02-21 16:08:05 -05:00
2012-03-13 11:31:36 -07:00