Message201604
| 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:01 | eric.snow | set | recipients: + eric.snow, brett.cannon, ncoghlan, berker.peksag |
| 2013-10-29 05:35:00 | eric.snow | set | messageid: <1383024900.95.0.134154138716.issue18864@psf.upfronthosting.co.za> |
| 2013-10-29 05:35:00 | eric.snow | link | issue18864 messages |
| 2013-10-29 05:35:00 | eric.snow | create | |