Eric Snow added the comment:

Nick: that sounds good to me.  I like the idea of find_spec() being the same as 
import_module(), minus actually loading the module.

In that spirit, here's a rough patch that accomplishes that.  It refactors 
things a bit to get there.  Considering where we are in the release cycle, I'd 
rather punt on a proper rendition like this this until 3.5.  In the meantime we 
could duplicate some code for the sake of find_spec() in the 3.4 timeframe.

----------
Added file: 
http://bugs.python.org/file33111/issue19944-find-spec-mirror-import-module.diff

_______________________________________
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