Skip to content

Commit a19ea6b

Browse files
Update pending-removal-in-future.rst
1 parent aa1cc67 commit a19ea6b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,5 @@ although there is currently no date scheduled for their removal.
152152
will always return ``True``. Prefer explicit ``len(elem)`` or
153153
``elem is not None`` tests instead.
154154

155-
* :meth:`zipimport.zipimporter.load_module` is deprecated:
156-
use :meth:`~zipimport.zipimporter.exec_module` instead.
157-
158155
* :func:`sys._clear_type_cache` is deprecated:
159-
use :func:`sys._clear_internal_caches` instead.
156+
use :func:`sys._clear_internal_caches` instead.

0 commit comments

Comments
 (0)