Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3d797e4

Browse files
authored
gh-92897: Doc: the check_home removal has been scheduled for 3.15 (#130586)
1 parent f6c24a5 commit 3d797e4

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

Doc/deprecations/pending-removal-in-3.15.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Pending removal in Python 3.15
5757

5858
* :mod:`sysconfig`:
5959

60-
* The ``check_home`` argument of :func:`sysconfig.is_python_build` has been
60+
* The *check_home* argument of :func:`sysconfig.is_python_build` has been
6161
deprecated since Python 3.12.
6262

6363
* :mod:`threading`:

Doc/deprecations/pending-removal-in-future.rst

-3
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,6 @@ although there is currently no date scheduled for their removal.
111111
* ``ssl.TLSVersion.TLSv1``
112112
* ``ssl.TLSVersion.TLSv1_1``
113113

114-
* :func:`sysconfig.is_python_build` *check_home* parameter is deprecated and
115-
ignored.
116-
117114
* :mod:`threading` methods:
118115

119116
* :meth:`!threading.Condition.notifyAll`: use :meth:`~threading.Condition.notify_all`.

0 commit comments

Comments
 (0)