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 vstinner
Recipients brett.cannon, docs@python, vstinner
Date 2021-04-08.08:56:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1617872210.44.0.295045619329.issue43540@roundup.psfhosted.org>
In-reply-to
Content
find_module() and find_loader() are now also deprecated (bpo-42134). Currently, What's New in Python 3.10 says: "(superseded by exec_module())".

It would be great to have a documentation like the good subprocess "replacement" documentation:
https://docs.python.org/dev/library/subprocess.html#subprocess-replacements
History
Date User Action Args
2021-04-08 08:56:50vstinnersetrecipients: + vstinner, brett.cannon, docs@python
2021-04-08 08:56:50vstinnersetmessageid: <1617872210.44.0.295045619329.issue43540@roundup.psfhosted.org>
2021-04-08 08:56:50vstinnerlinkissue43540 messages
2021-04-08 08:56:50vstinnercreate