Message158086
Once importlib bootstrapping lands and I expose the rest of the API you can replace imp.load_source() w/ importlib.SourceFileLoader(name, path).load_module(name) and get the same result. |
|
| Date |
User |
Action |
Args |
| 2012-04-11 22:44:30 | brett.cannon | set | recipients:
+ brett.cannon, pitrou, r.david.murray |
| 2012-04-11 22:44:30 | brett.cannon | set | messageid: <1334184270.06.0.811473912037.issue14551@psf.upfronthosting.co.za> |
| 2012-04-11 22:44:29 | brett.cannon | link | issue14551 messages |
| 2012-04-11 22:44:29 | brett.cannon | create | |
|