]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-92897: Doc: the check_home removal has been scheduled for 3.15 (#130586)
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Fri, 14 Mar 2025 10:29:23 +0000 (12:29 +0200)
committerGitHub <noreply@github.com>
Fri, 14 Mar 2025 10:29:23 +0000 (12:29 +0200)
Doc/deprecations/pending-removal-in-3.15.rst
Doc/deprecations/pending-removal-in-future.rst

index 92297e1518004dcd6de7ecf1ccd91d1d047864a4..7b32275ad86760801bb460337d153c537ab9ccc9 100644 (file)
@@ -57,7 +57,7 @@ Pending removal in Python 3.15
 
 * :mod:`sysconfig`:
 
-  * The ``check_home`` argument of :func:`sysconfig.is_python_build` has been
+  * The *check_home* argument of :func:`sysconfig.is_python_build` has been
     deprecated since Python 3.12.
 
 * :mod:`threading`:
index df8d18782cef41ee9f9466a108ca3d5d17d1f087..30d7d579705f2defbb46659299277330e33c038d 100644 (file)
@@ -111,9 +111,6 @@ although there is currently no date scheduled for their removal.
   * ``ssl.TLSVersion.TLSv1``
   * ``ssl.TLSVersion.TLSv1_1``
 
-* :func:`sysconfig.is_python_build` *check_home* parameter is deprecated and
-  ignored.
-
 * :mod:`threading` methods:
 
   * :meth:`!threading.Condition.notifyAll`: use :meth:`~threading.Condition.notify_all`.