[issue17177] Document/deprecate imp

Brett Cannon report at bugs.python.org
Fri Feb 15 21:35:06 CET 2013


Brett Cannon added the comment:

I would probably document the deprecation but otherwise leave it alone at the module level. Considering I only documented imp.find_module() and .load_module() as documented thanks to their funky interfaces making nearly impossible to do a direct translation I don't see how I can justify raising a DeprecationWarning for the whole thing.

But it's gone in Python 4. =)

----------

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


More information about the Python-bugs-list mailing list