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 berker.peksag, brett.cannon, eric.snow, ncoghlan
Date 2013-10-29.05:34:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1383024900.95.0.134154138716.issue18864@psf.upfronthosting.co.za>
In-reply-to
Content
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.)
History
Date User Action Args
2013-10-29 05:35:01eric.snowsetrecipients: + eric.snow, brett.cannon, ncoghlan, berker.peksag
2013-10-29 05:35:00eric.snowsetmessageid: <1383024900.95.0.134154138716.issue18864@psf.upfronthosting.co.za>
2013-10-29 05:35:00eric.snowlinkissue18864 messages
2013-10-29 05:35:00eric.snowcreate