Message 158086 - Python tracker
Message158086
| Author | brett.cannon |
|---|---|
| Recipients | brett.cannon, pitrou, r.david.murray |
| Date | 2012-04-11.22:44:29 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1334184270.06.0.811473912037.issue14551@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
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. |
|
| History | |||
|---|---|---|---|
| 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 | |