Message201946
| 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.) |
|