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

Once importlib bootstrapping lands and I expose the rest of the API you can 
replace imp.load_source() w/ importlib.SourceFileLoader(name, 
path).load_module(name) and get the same result.

----------

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

Reply via email to