From a32fc640e367b9f9d7612ecc68aa8b8e896fdb19 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Wed, 26 Feb 2025 16:44:47 +0200 Subject: [PATCH 1/2] Doc: the check_home deprecation has been scheduled for 3.15 --- Doc/deprecations/pending-removal-in-future.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/Doc/deprecations/pending-removal-in-future.rst b/Doc/deprecations/pending-removal-in-future.rst index 42dce518717a85..8daf0e558f9f9b 100644 --- a/Doc/deprecations/pending-removal-in-future.rst +++ b/Doc/deprecations/pending-removal-in-future.rst @@ -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`. From ca339b4db28f40b67458488e90de882e344c87f4 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Wed, 26 Feb 2025 16:50:16 +0200 Subject: [PATCH 2/2] Formatting --- Doc/deprecations/pending-removal-in-3.15.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/deprecations/pending-removal-in-3.15.rst b/Doc/deprecations/pending-removal-in-3.15.rst index 92297e1518004d..7b32275ad86760 100644 --- a/Doc/deprecations/pending-removal-in-3.15.rst +++ b/Doc/deprecations/pending-removal-in-3.15.rst @@ -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`: