Files
cpython/Lib
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-05-01 09:35:18 +02:00
2012-05-11 14:48:41 -04:00
2012-05-01 09:26:47 +02:00
2012-02-21 13:59:40 +02:00
2012-05-11 14:48:41 -04:00
2012-03-05 16:24:07 +01:00
2012-05-11 14:48:41 -04:00
2012-05-07 22:24:05 -04:00
2012-05-10 16:17:35 -05:00
2012-02-01 15:15:14 -06:00
2012-04-29 13:37:13 +03:00