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

Fix nesting of 'Pending Removal in Python 3.14' #101637

Merged
merged 1 commit into from
Feb 7, 2023

Conversation

arhadthedev
Copy link
Member

@arhadthedev arhadthedev commented Feb 7, 2023

In What’s New In Python 3.12, subsections of Pending Removal in Python [...] must be children of Deprecated.

However, [...] 3.13 breaks this being a sibling instead and making the following [...] Future Versions its own child:

@arhadthedev
Copy link
Member Author

cc @hugovk as an author of the section.

Copy link
Member

@hugovk hugovk left a comment

Choose a reason for hiding this comment

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

Thanks!

I think what happened: "Pending Removal in Python 3.13" and "Pending Removal in Future Versions" were added first, at the "==" level.

Then concurrently PRs were opened to add "Pending Removal in Python 3.14" at "==" (#94546), and also switch the existing ones from "==" to "=" (#94762), so they just went out of sync :)

@hugovk
Copy link
Member

hugovk commented Feb 7, 2023

Doctest failure is unrelated and has already been fixed in #101642.

@hugovk hugovk changed the title Fix nesting of Pending Removal in Python 3.14 Fix nesting of 'Pending Removal in Python 3.14' Feb 7, 2023
@hugovk hugovk merged commit a687ae9 into python:main Feb 7, 2023
@arhadthedev arhadthedev deleted the doc-deprecated-misnesting branch February 7, 2023 15:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir skip issue skip news
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants