Skip to content

Commit 2825a97

Browse files
hugovkestyxx
authored andcommitted
Docs: shutil.rmtree's onerror has no pending removal version (python#118947)
1 parent c1fbcbe commit 2825a97

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
@@ -1676,9 +1676,6 @@ Pending Removal in Python 3.14
16761676
* ``master_open()``: use :func:`pty.openpty`.
16771677
* ``slave_open()``: use :func:`pty.openpty`.
16781678

1679-
* :func:`shutil.rmtree` *onerror* parameter is deprecated in 3.12,
1680-
and will be removed in 3.14: use the *onexc* parameter instead.
1681-
16821679
* :mod:`sqlite3`:
16831680

16841681
* :data:`!version` and :data:`!version_info`.
@@ -1854,6 +1851,9 @@ although there is currently no date scheduled for their removal.
18541851

18551852
* :mod:`!sre_compile`, :mod:`!sre_constants` and :mod:`!sre_parse` modules.
18561853

1854+
* :mod:`shutil`: :func:`~shutil.rmtree`'s *onerror* parameter is deprecated in
1855+
Python 3.12; use the *onexc* parameter instead.
1856+
18571857
* :mod:`ssl` options and protocols:
18581858

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

0 commit comments

Comments
 (0)