[issue14797] Deprecate imp.find_module()/load_module()

Brett Cannon report at bugs.python.org
Fri Jun 7 19:40:55 CEST 2013


Brett Cannon added the comment:

The modulefinder usage is directly exposed in its API as the return value of a find_module method, which makes removal a pain. Adding Thomas Heller to see what he has to say.

The pkgutil usage is in classes that have been deprecated, so don't care.

The rest should be workable and I will file separate bugs.

----------
nosy: +theller

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


More information about the Python-bugs-list mailing list