]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-92897: document removal of `check_home` in `Doc/whatsnew/3.15.rst` (#133815)
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Sun, 11 May 2025 07:47:14 +0000 (09:47 +0200)
committerGitHub <noreply@github.com>
Sun, 11 May 2025 07:47:14 +0000 (07:47 +0000)
Doc/whatsnew/3.15.rst

index 8e5a6fe9efaeffc7fe6b90411f22481a9f52de9c..b543f71a44d5b3435d1a055671fb2d42924fdfa6 100644 (file)
@@ -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
 ------