Brett Cannon added the comment:

So what are your arguments to making it more accessible? The typical user won't 
need to use it so I don't know if it really requires being off of importlib 
directly like find_loader, import_module, or (eventually) reload (which for 
convenience-sake while at the interpreter should be there).

While I'm happy to entertain the argument that it should be 
importlib.machinery.MAGIC (like the file suffixes for the various file types) 
instead of importlib.abc.SourceLoader.magic, I don't want to make it 
importlib.magic.

----------

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

Reply via email to