[issue18864] Implementation for PEP 451 (importlib.machinery.ModuleSpec)

Eric Snow report at bugs.python.org
Tue Oct 29 06:35:00 CET 2013


Eric Snow added the comment:

Here's an updated patch that implements the meat of the current PEP.  Docs are still lacking and I could probably add a few more tests.  Other key things left to do:

* deprecations and removals
* refactor importlib finders and 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/file32407/modulespec-primary-changes.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18864>
_______________________________________


More information about the Python-bugs-list mailing list