Message158471
| Author |
brett.cannon |
| Recipients |
brett.cannon, docs@python, pitrou, r.david.murray, scoder |
| Date |
2012年04月16日.15:41:34 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1334590895.07.0.889364789824.issue14594@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
I'm fine w/ documenting load_dynamic() and leaving it as-is since importlib uses the function itself (plus the frozen/builtin functions, although the frozen stuff might be simplified since they can probably just return the bytes for the frozen module instead of doing as much work in C code). But load_package(), load_source(), and load_module() need to go. |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2012年04月16日 15:41:35 | brett.cannon | set | recipients:
+ brett.cannon, pitrou, scoder, r.david.murray, docs@python |
| 2012年04月16日 15:41:35 | brett.cannon | set | messageid: <1334590895.07.0.889364789824.issue14594@psf.upfronthosting.co.za> |
| 2012年04月16日 15:41:34 | brett.cannon | link | issue14594 messages |
| 2012年04月16日 15:41:34 | brett.cannon | create |
|