Brett Cannon <br...@python.org> added the comment:

I think the imp functions do need to go away. They perpetuate an absolutely 
horrendous API that I'm trying to slowly kill (and the underlying imp code is 
already reusing importlib). They already are a burden for future API growth as 
people already rely on imp.find_module() and imp.load_module() in such a way 
that untangling is right pain.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue15387>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to