[issue17177] Document/deprecate imp

Ezio Melotti report at bugs.python.org
Fri Feb 15 21:15:34 CET 2013


Ezio Melotti added the comment:

> Basically I need to figure out what imp's role is supposed to be in the face of importlib.

If it's not even clear for you, even if you eventually figure that out, having two import-related modules is likely to be confusing for users.
OTOH deprecating/removing imp would affect the somewhat popular imp.reload(), that has already been moved for Python 3, and will now be moved again (this also means that the -3 warnings on 2.7 will no longer be valid).

----------
nosy: +ezio.melotti
type:  -> enhancement

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


More information about the Python-bugs-list mailing list