* ``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`.
* :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.