]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #25802: Deprecate load_module() on importlib.machinery.SourceFileLoader and...
authorBrett Cannon <brett@python.org>
Tue, 29 Dec 2015 01:55:27 +0000 (17:55 -0800)
committerBrett Cannon <brett@python.org>
Tue, 29 Dec 2015 01:55:27 +0000 (17:55 -0800)
commiteae30790417d7113599e21639815c1e00798b9ed
tree66225f7f506649fd256903f2319e4f9263adf42d
parent53d1f24408efd8317c0ebea42cd42e1735d54310
Issue #25802: Deprecate load_module() on importlib.machinery.SourceFileLoader and SourcelessFileLoader.

They were the only remaining implementations of load_module() not
documented as deprecated.
Doc/library/importlib.rst
Doc/whatsnew/3.6.rst
Lib/importlib/_bootstrap_external.py
Misc/NEWS
Python/importlib_external.h