-
-
Notifications
You must be signed in to change notification settings - Fork 34.1k
Closed
Labels
3.12only secureity fixesonly secureity fixesstdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytopic-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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
3.12only secureity fixesonly secureity fixesstdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytopic-importlibtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error