-
-
Notifications
You must be signed in to change notification settings - Fork 30.3k
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
Docs: move deprecations into include files #122085
Comments
…recations (pythonGH-122093) (cherry picked from commit b3b7b7d) Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
…recations (pythonGH-122093) (cherry picked from commit b3b7b7d) Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
…recations (pythonGH-122242) (cherry picked from commit 4e75509) Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
…recations (pythonGH-122242) (cherry picked from commit 4e75509) Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
) (cherry picked from commit aa449cf) Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
) (cherry picked from commit aa449cf) Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
…honGH-109843) (cherry picked from commit 76bdfa4) Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
…honGH-109843) (cherry picked from commit 76bdfa4) Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Anything left outstanding? A |
@ezio-melotti and @encukou discussed some rearrangements in #121241 (comment), now is a good time for that. What did you have in mind? |
I'm looking at the ToC of What's new in 3.13, which looks like:
There are a few issues here:
Taking a step back, we might want to separate both Python changes from C changes (this applies to rest too) or new vs existing deprecations (this only applies to deprecation), i.e.:
or
IOW, either the structure of the document is confusing (and should be fixed), or I am misunderstanding it (which probably means that it's confusing (and should be fixed)). |
Documentation
Re: https://discuss.python.org/t/streamline-whats-new-by-moving-deprecations-and-removals-out-of-news/53997/8
To avoid needing to duplicate and sync the deprecation sections across What's New files, and ease backports, move them into include files.
whatsnew/3.12.rst
deprecationswhatsnew/3.13.rst
deprecationswhatsnew/3.14.rst
deprecationsLinked PRs
whatsnew/3.13.rst
deprecations #121241whatsnew/3.13.rst
deprecations (GH-121241) #122038whatsnew/3.12.rst
deprecations #122093whatsnew/3.12.rst
deprecations (GH-122093) #122223whatsnew/3.12.rst
deprecations, including 3.16 (GH-122093) #122225whatsnew/3.12.rst
deprecations (GH-122093) #122224whatsnew/3.14.rst
deprecations #122242whatsnew/3.14.rst
deprecations (GH-122242) #122350whatsnew/3.14.rst
deprecations (GH-122242) #122351The text was updated successfully, but these errors were encountered: