-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
Closed
Labels
3.12only security fixesonly security fixesstdlibPython modules in the Lib dirPython modules in the Lib dirtopic-importlibtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
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 #86302- Similarly,
load_module()
has also been deprecated since Python 3.4, so let's try removing it too.
Metadata
Metadata
Assignees
Labels
3.12only security fixesonly security fixesstdlibPython modules in the Lib dirPython modules in the Lib dirtopic-importlibtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error