Message379481
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. |
|
| 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 | |
|