commit | c049952de76cbcd00e490e48445ed7a50d3dc83a | [log] [tgz] |
---|---|---|
author | Brett Cannon <brett@python.org> | Fri May 11 14:48:41 2012 -0400 |
committer | Brett Cannon <brett@python.org> | Fri May 11 14:48:41 2012 -0400 |
tree | 91d1ff6bffbb8d6c5b04a8bae6b53944eb078335 | |
parent | 0c59b039b86afa9f51c30f7d9f340d9c75984488 [diff] |
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().
diff --git a/Python/importlib.h b/Python/importlib.h index 598eba5..38f2c8a 100644 --- a/Python/importlib.h +++ b/Python/importlib.h Binary files differ