This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eric.snow
Recipients Arfrever, berker.peksag, brett.cannon, eric.snow, ncoghlan
Date 2013-11-01.22:21:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1383344481.34.0.850472162919.issue18864@psf.upfronthosting.co.za>
In-reply-to
Content
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.)
History
Date User Action Args
2013-11-01 22:21:22eric.snowsetrecipients: + eric.snow, brett.cannon, ncoghlan, Arfrever, berker.peksag
2013-11-01 22:21:21eric.snowsetmessageid: <1383344481.34.0.850472162919.issue18864@psf.upfronthosting.co.za>
2013-11-01 22:21:19eric.snowlinkissue18864 messages
2013-11-01 22:21:19eric.snowcreate