Skip to content

Commit ead7345

Browse files
authored
Update pending-removal-in-3.15.rst
1 parent f95d624 commit ead7345

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Doc/deprecations/pending-removal-in-3.15.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,3 +103,10 @@ Pending removal in Python 3.15
103103
and :meth:`~wave.Wave_read.getmarkers` methods of
104104
the :class:`~wave.Wave_read` and :class:`~wave.Wave_write` classes
105105
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

Comments
 (0)