Eric Snow added the comment:

Here's a new patch that is mostly up to date with the PEP.  I still need to 
work on Docs and add more tests.  There are a few failing tests (due to the 
recent reload patch) that I need to fix when I get a minute.

This patch also implements find_spec() on FileFinder and PathFinder.  Left to 
do:

* deprecations and removals
* refactor importlib loaders to use the new Finder/Loader APIs
* refactor pythonrun.c to make use of __spec__
* adjust other APIs to use __spec__ (pickle, etc.)

----------
Added file: http://bugs.python.org/file32456/modulespec-primary-changes.diff

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

Reply via email to