There was an error while loading. Please reload this page.
1 parent f54fd2a commit 09b6994Copy full SHA for 09b6994
1 file changed
Doc/whatsnew/3.15.rst
@@ -2114,6 +2114,17 @@ http.server
2114
(Contributed by Bénédikt Tran in :gh:`133810`.)
2115
2116
2117
+importlib
2118
+---------
2119
+
2120
+* The ``load_module()`` methods of :class:`~importlib.abc.Loader` and its
2121
+ subclasses is removed.
2122
+ The import system will no longer call it when defined on custom subclasses.
2123
+ The method has been deprecated in favor of
2124
+ :meth:`~importlib.abc.Loader.exec_module()` since Python 3.4.
2125
+ (Contributed by Brett Cannon in :gh:`97850`.)
2126
2127
2128
importlib.resources
2129
-------------------
2130
0 commit comments