SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 249 Python

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().
B
Brett Cannon committed
c049952de76cbcd00e490e48445ed7a50d3dc83a
Parent: 0c59b03