File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments