There was an error while loading. Please reload this page.
1 parent 6409b1e commit 7c44700Copy full SHA for 7c44700
1 file changed
Doc/whatsnew/3.15.rst
@@ -2106,6 +2106,17 @@ http.server
2106
(Contributed by Bénédikt Tran in :gh:`133810`.)
2107
2108
2109
+importlib
2110
+---------
2111
+
2112
+* The ``load_module()`` methods of :class:`~importlib.abc.Loader` and its
2113
+ subclasses is removed.
2114
+ The import system will no longer call it when defined on custom subclasses.
2115
+ The method has been deprecated in favor of
2116
+ :meth:`~importlib.abc.Loader.exec_module` since Python 3.4.
2117
+ (Contributed by Brett Cannon in :gh:`97850`.)
2118
2119
2120
importlib.resources
2121
-------------------
2122
0 commit comments