Docs: `shutil.rmtree`'s `onerror` has no pending removal version (#118947)

This commit is contained in:
Hugo van Kemenade 2024-05-30 23:26:46 +03:00 committed by GitHub
parent ec1ba26460
commit deda85717b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -1676,9 +1676,6 @@ Pending Removal in Python 3.14
* ``master_open()``: use :func:`pty.openpty`.
* ``slave_open()``: use :func:`pty.openpty`.
* :func:`shutil.rmtree` *onerror* parameter is deprecated in 3.12,
and will be removed in 3.14: use the *onexc* parameter instead.
* :mod:`sqlite3`:
* :data:`!version` and :data:`!version_info`.
@ -1854,6 +1851,9 @@ although there is currently no date scheduled for their removal.
* :mod:`!sre_compile`, :mod:`!sre_constants` and :mod:`!sre_parse` modules.
* :mod:`shutil`: :func:`~shutil.rmtree`'s *onerror* parameter is deprecated in
Python 3.12; use the *onexc* parameter instead.
* :mod:`ssl` options and protocols:
* :class:`ssl.SSLContext` without protocol argument is deprecated.