Message379481
| Author |
brett.cannon |
| Recipients |
brett.cannon, twouters |
| Date |
2020年10月23日.22:05:33 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1603490733.54.0.490063164948.issue42131@roundup.psfhosted.org> |
| In-reply-to |
| Content |
zipimport only supports old PEP 302 APIs and not PEP 451 module specs (i.e. it uses load_module() instead of create_module()/exec_module(), find_mdoule() instead of find_spec()).
Uses of both load_module() and find_module() are documented as deprecated for the import system and are slated to eventually go away. |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2020年10月23日 22:05:33 | brett.cannon | set | recipients:
+ brett.cannon, twouters |
| 2020年10月23日 22:05:33 | brett.cannon | set | messageid: <1603490733.54.0.490063164948.issue42131@roundup.psfhosted.org> |
| 2020年10月23日 22:05:33 | brett.cannon | link | issue42131 messages |
| 2020年10月23日 22:05:33 | brett.cannon | create |
|