https://github.com/python/cpython/commit/add828951e34988d2a75743a98ee0711b8dcfabf commit: add828951e34988d2a75743a98ee0711b8dcfabf branch: main author: Bénédikt Tran <10796600+picn...@users.noreply.github.com> committer: picnixz <10796600+picn...@users.noreply.github.com> date: 2025-05-11T07:47:14Z summary:
gh-92897: document removal of `check_home` in `Doc/whatsnew/3.15.rst` (#133815) files: M Doc/whatsnew/3.15.rst diff --git a/Doc/whatsnew/3.15.rst b/Doc/whatsnew/3.15.rst index 8e5a6fe9efaeff..b543f71a44d5b3 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 ------ _______________________________________________ Python-checkins mailing list -- python-checkins@python.org To unsubscribe send an email to python-checkins-le...@python.org https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: arch...@mail-archive.com