Skip to content

Commit 1e75dc7

Browse files
[3.13] Docs: shutil.rmtree's onerror has no pending removal version (GH-118947) (#119804)
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
1 parent 844b535 commit 1e75dc7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doc/whatsnew/3.13.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1664,9 +1664,6 @@ Pending Removal in Python 3.14
16641664
* ``master_open()``: use :func:`pty.openpty`.
16651665
* ``slave_open()``: use :func:`pty.openpty`.
16661666

1667-
* :func:`shutil.rmtree` *onerror* parameter is deprecated in 3.12,
1668-
and will be removed in 3.14: use the *onexc* parameter instead.
1669-
16701667
* :mod:`sqlite3`:
16711668

16721669
* :data:`~sqlite3.version` and :data:`~sqlite3.version_info`.
@@ -1842,6 +1839,9 @@ although there is currently no date scheduled for their removal.
18421839

18431840
* :mod:`!sre_compile`, :mod:`!sre_constants` and :mod:`!sre_parse` modules.
18441841

1842+
* :mod:`shutil`: :func:`~shutil.rmtree`'s *onerror* parameter is deprecated in
1843+
Python 3.12; use the *onexc* parameter instead.
1844+
18451845
* :mod:`ssl` options and protocols:
18461846

18471847
* :class:`ssl.SSLContext` without protocol argument is deprecated.

0 commit comments

Comments
 (0)