From: Bénédikt Tran <10796600+picnixz@users.noreply.github.com> Date: Sun, 11 May 2025 07:47:14 +0000 (+0200) Subject: gh-92897: document removal of `check_home` in `Doc/whatsnew/3.15.rst` (#133815) X-Git-Tag: v3.15.0a1~1762 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=add828951e34988d2a75743a98ee0711b8dcfabf;p=thirdparty%2FPython%2Fcpython.git gh-92897: document removal of `check_home` in `Doc/whatsnew/3.15.rst` (#133815) --- diff --git a/Doc/whatsnew/3.15.rst b/Doc/whatsnew/3.15.rst index 8e5a6fe9efae..b543f71a44d5 100644 --- a/Doc/whatsnew/3.15.rst +++ b/Doc/whatsnew/3.15.rst @@ -121,6 +121,13 @@ Deprecated Removed ======= +sysconfig +--------- + +* The *check_home* parameter of :func:`sysconfig.is_python_build`. + (Contributed by Filipe Laíns in :gh:`92897`.) + + typing ------