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

Document 3.13, 3.14, 4.0 and future removals #93986

Closed
wants to merge 8 commits into from

Conversation

hugovk
Copy link
Member

@hugovk hugovk commented Jun 18, 2022

Follow on from #92308.

This lists in the What's New page some more deprecations pending removal in:

@warsaw
Copy link
Member

warsaw commented Jun 18, 2022

I wonder if there was some automation we can add to help ensure that planned deprecations actually happen? Like, maybe a JSON file or some such where the deprecations are recorded (or a script to parse the docs or code). Then, when the new version is created at main, the automation would open some release blockers on those deprecations. What do you think?

@arhadthedev
Copy link
Member

arhadthedev commented Jun 18, 2022

@warsaw Probably, grepping docs for .. deprecated-removed:: and headers for Py_DEPRECATED would be better than maintaining another list file.

Edit: for \.\. deprecated-removed:: [^ ]+ (\d+).(\d+) and Py_DEPRECATED\((\d+).(\d+)\).

@hugovk
Copy link
Member Author

hugovk commented Jun 19, 2022

I wonder if there was some automation we can add to help ensure that planned deprecations actually happen?

Yes, using the new warnings._deprecated method will make it clear with RuntimeErrors after the relevant alpha: https://discuss.python.org/t/introducing-warnings-deprecated/14856

Doc/whatsnew/3.12.rst Outdated Show resolved Hide resolved
@ezio-melotti
Copy link
Member

I wonder if there was some automation we can add to help ensure that planned deprecations actually happen?

See also:

Copy link
Member

@ezio-melotti ezio-melotti left a comment

Choose a reason for hiding this comment

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

I left a comment and a couple of minor suggestions -- feel free to disregard them if you think the current version is better.

Doc/whatsnew/3.12.rst Outdated Show resolved Hide resolved
Doc/whatsnew/3.12.rst Outdated Show resolved Hide resolved
Doc/whatsnew/3.12.rst Outdated Show resolved Hide resolved
Co-authored-by: Ezio Melotti <[email protected]>
Doc/whatsnew/3.12.rst Outdated Show resolved Hide resolved
@CAM-Gerlach
Copy link
Member

I wonder if there was some automation we can add to help ensure that planned deprecations actually happen?

You could also fire a Sphinx warning in the else branch here in the directive (with a check for whether its an alpha, and perhaps an :option: to disable it for special cases), just like warnings._deprecated does.

Co-authored-by: Ezio Melotti <[email protected]>
@CAM-Gerlach CAM-Gerlach mentioned this pull request Aug 12, 2022
33 tasks
@@ -226,6 +239,19 @@ although there is currently no date scheduled for their removal.
:keyword:`for`, :keyword:`if`, :keyword:`in`, :keyword:`is` and :keyword:`or`.
In a future release it will be changed to a syntax error. (:gh:`87999`)

* :func:`asyncio.get_event_loop` emits a :exc:`DeprecationWarning` if there is
Copy link
Contributor

Choose a reason for hiding this comment

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

The deprecation plans for this function have changed. See #100970 for the updated deprecation notice.

Copy link
Member Author

Choose a reason for hiding this comment

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

Thanks for the note! This PR has got pretty out of date...

@hugovk
Copy link
Member Author

hugovk commented Aug 16, 2023

Will try again in a new PR :)

@hugovk hugovk closed this Aug 16, 2023
@hugovk hugovk deleted the document-pending-removals branch August 16, 2023 19:19
@hugovk
Copy link
Member Author

hugovk commented Aug 16, 2023

Please see PR #108055 instead 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants