-
-
Notifications
You must be signed in to change notification settings - Fork 30.5k
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
Conversation
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 |
@warsaw Probably, grepping docs for Edit: for |
Yes, using the new |
See also: |
There was a problem hiding this 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.
Co-authored-by: Ezio Melotti <[email protected]>
You could also fire a Sphinx warning in the |
Co-authored-by: Ezio Melotti <[email protected]>
Doc/whatsnew/3.12.rst
Outdated
@@ -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 |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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...
Will try again in a new PR :) |
Please see PR #108055 instead 🚀 |
Follow on from #92308.
This lists in the What's New page some more deprecations pending removal in: