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 aa1cc67 commit a19ea6bCopy full SHA for a19ea6b
Doc/deprecations/pending-removal-in-future.rst
@@ -152,8 +152,5 @@ although there is currently no date scheduled for their removal.
152
will always return ``True``. Prefer explicit ``len(elem)`` or
153
``elem is not None`` tests instead.
154
155
-* :meth:`zipimport.zipimporter.load_module` is deprecated:
156
- use :meth:`~zipimport.zipimporter.exec_module` instead.
157
-
158
* :func:`sys._clear_type_cache` is deprecated:
159
- use :func:`sys._clear_internal_caches` instead.
+ use :func:`sys._clear_internal_caches` instead.
0 commit comments