[issue19713] Deprecate various things in importlib thanks to PEP 451

Brett Cannon report at bugs.python.org
Fri Nov 29 17:06:07 CET 2013


Brett Cannon added the comment:

To add another point about load_module(), I just had to rip out exec_module() for Python 3.4 as working around _imp.init_builtin() and _imp.load_dynamic() are going to need to be done hand-in-hand. So load_module() should probably get documented as deprecated and nothing more. Everything else can be hard deprecated.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19713>
_______________________________________


More information about the Python-bugs-list mailing list