Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Doc/whatsnew/3.13.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1631,9 +1631,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`.
Expand Down Expand Up @@ -1809,6 +1806,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.
Expand Down
Loading