COMMITS
/ Lib/importlib/_abc.py December 10, 2025
B
GH-97850: Remove all uses and definitions of `load_module()` from importlib (#142205)
Brett Cannon committed
March 8, 2023
A
gh-102515: Remove unused imports in the `Lib/` directory (#102516)
Alex Waygood committed
August 5, 2022
B
gh-94619: Remove long deprecated methods module_repr() and load_module() (#94624)
Barry Warsaw committed
March 26, 2021
B
bpo-42136: Deprecate module_repr() as found in importlib (GH-25022)
Brett Cannon committed
December 4, 2020
B
bpo-26131: Deprecate usage of load_module() (GH-23469)
Brett Cannon committed
June 17, 2020
V
bpo-41006: importlib.util no longer imports typing (GH-20938)
Victor Stinner committed