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

Brett Cannon report at bugs.python.org
Tue Dec 17 15:04:11 CET 2013


Brett Cannon added the comment:

* Yes, you can commit with the warnings being triggered to get help with resolving them, just expect to potentially do a lot of work to make sure they don't leak out into 3.4 final.

* Just don't deprecate load_module() yet in code. If we can't even get rid of all our usage of the method then it isn't fair to expect users to do the same. Deprecating in the docs is fine, though.

----------

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


More information about the Python-bugs-list mailing list