Skip to content

gh-92897: document removal of check_home in Doc/whatsnew/3.15.rst #133815

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 11, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions Doc/whatsnew/3.15.rst
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,13 @@ Deprecated
Removed
=======

sysconfig
---------

* The *check_home* parameter of :func:`sysconfig.is_python_build`.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please use a complete sentence ("Removed the ...") so when this list is longer, and following a link midway, it's clear what's going on.

Compare:

https://docs.python.org/3.14/whatsnew/3.14.html#id7

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah! I think I picked up the sentence from the pending deprecation file. My bad, I'll amend it!

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually, it's for most of my entries (there was no entry and I forgot to check the 3.14 page...)

(Contributed by Filipe Laíns in :gh:`92897`.)


typing
------

Expand Down
Loading