Skip to content
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