mirror of https://github.com/python/cpython.git
gh-92897: document removal of `check_home` in `Doc/whatsnew/3.15.rst` (#133815)
This commit is contained in:
parent
c5e1775825
commit
add828951e
|
@ -121,6 +121,13 @@ Deprecated
|
||||||
Removed
|
Removed
|
||||||
=======
|
=======
|
||||||
|
|
||||||
|
sysconfig
|
||||||
|
---------
|
||||||
|
|
||||||
|
* The *check_home* parameter of :func:`sysconfig.is_python_build`.
|
||||||
|
(Contributed by Filipe Laíns in :gh:`92897`.)
|
||||||
|
|
||||||
|
|
||||||
typing
|
typing
|
||||||
------
|
------
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue