Message201604
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.) |
|
| Date |
User |
Action |
Args |
| 2013-10-29 05:35:01 | eric.snow | set | recipients:
+ eric.snow, brett.cannon, ncoghlan, berker.peksag |
| 2013-10-29 05:35:00 | eric.snow | set | messageid: <[email protected]> |
| 2013-10-29 05:35:00 | eric.snow | link | issue18864 messages |
| 2013-10-29 05:35:00 | eric.snow | create | |
|