homepage

This issue tracker has been migrated to GitHub , and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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:33brett.cannonsetrecipients: + brett.cannon, twouters
2020年10月23日 22:05:33brett.cannonsetmessageid: <1603490733.54.0.490063164948.issue42131@roundup.psfhosted.org>
2020年10月23日 22:05:33brett.cannonlinkissue42131 messages
2020年10月23日 22:05:33brett.cannoncreate

AltStyle によって変換されたページ (->オリジナル) /