Brett Cannon added the comment:

To add another point about load_module(), I just had to rip out exec_module() 
for Python 3.4 as working around _imp.init_builtin() and _imp.load_dynamic() 
are going to need to be done hand-in-hand. So load_module() should probably get 
documented as deprecated and nothing more. Everything else can be hard 
deprecated.

----------

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

Reply via email to