From add828951e34988d2a75743a98ee0711b8dcfabf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A9n=C3=A9dikt=20Tran?= <10796600+picnixz@users.noreply.github.com> Date: Sun, 11 May 2025 09:47:14 +0200 Subject: [PATCH] gh-92897: document removal of `check_home` in `Doc/whatsnew/3.15.rst` (#133815) --- Doc/whatsnew/3.15.rst | 7 +++++++ 1 file changed, 7 insertions(+) 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 ------