We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f95d624 commit ead7345Copy full SHA for ead7345
Doc/deprecations/pending-removal-in-3.15.rst
@@ -103,3 +103,10 @@ Pending removal in Python 3.15
103
and :meth:`~wave.Wave_read.getmarkers` methods of
104
the :class:`~wave.Wave_read` and :class:`~wave.Wave_write` classes
105
have been deprecated since Python 3.13.
106
+
107
+* :mod:`zipimport`
108
109
+ * :meth:`!zipimport.zipimporter.load_module` has been deprecated since
110
+ Python 3.10. Use :meth:`~zipimport.zipimporter.exec_module` instead.
111
+ (:gh:`125746`.)
112
0 commit comments