COMMITS
/ Lib/importlib/_abc.py 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