Nick Coghlan added the comment:

Actually, why *is* find_spec at package level, rather than in util with 
resolve_name? I know we said it was at package level in the PEP, but we never 
really gave the question serious thought.

Also, why use builtins.__import__ rather than using __import__ directly? (A 
comment as to why you're using __import__ over import_module would also be good 
- I assume it's to get the automatic check for the __path__ attribute)

----------

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

Reply via email to