Remove previously deprecated importlib functions #94619
Labels
3.12
only security fixes
stdlib
Python modules in the Lib dir
topic-importlib
type-bug
An unexpected behavior, bug, or error
Bug report
module_repr()
was deprecated since Python 3.4 and is slated for removal in Python 3.12 as per the warnings, so let's remove them. See also [importlib] deprecate module_repr() methods #86302load_module()
has also been deprecated since Python 3.4, so let's try removing it too.The text was updated successfully, but these errors were encountered: