[issue43540] importlib: Document how to replace load_module() in What's New in Python 3.10

STINNER Victor report at bugs.python.org
Thu Apr 8 04:56:50 EDT 2021


STINNER Victor <vstinner at python.org> added the comment:

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

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue43540>
_______________________________________


More information about the Python-bugs-list mailing list