File tree 1 file changed +3
-3
lines changed
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
1676
1676
* ``master_open() ``: use :func: `pty.openpty `.
1677
1677
* ``slave_open() ``: use :func: `pty.openpty `.
1678
1678
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
-
1682
1679
* :mod: `sqlite3 `:
1683
1680
1684
1681
* :data: `!version ` and :data: `!version_info `.
@@ -1854,6 +1851,9 @@ although there is currently no date scheduled for their removal.
1854
1851
1855
1852
* :mod: `!sre_compile `, :mod: `!sre_constants ` and :mod: `!sre_parse ` modules.
1856
1853
1854
+ * :mod: `shutil `: :func: `~shutil.rmtree `'s *onerror * parameter is deprecated in
1855
+ Python 3.12; use the *onexc * parameter instead.
1856
+
1857
1857
* :mod: `ssl ` options and protocols:
1858
1858
1859
1859
* :class: `ssl.SSLContext ` without protocol argument is deprecated.
You can’t perform that action at this time.
0 commit comments