-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
bpo-47061: document module deprecations due to PEP 594 #31984
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
Conversation
Co-authored-by: Nick Pope <[email protected]>
Misc/NEWS.d/next/Library/2022-03-18-13-30-40.bpo-47061.etLHK5.rst
Outdated
Show resolved
Hide resolved
Should this also have an entry in "What's New In Python 3.11"? |
I purposefully left one out as I will updating it as I go along and deprecate the modules which I will be doing in separate PRs. |
Thanks @brettcannon for the PR 🌮🎉.. I'm working now to backport this PR to: 3.9, 3.10. |
Sorry, @brettcannon, I could not cleanly backport this to |
GH-32039 is a backport of this pull request to the 3.10 branch. |
Also removed asynchat, asyncore, and smtpd from their respective toctree entries so they are only in the superceded subtree. (cherry picked from commit 9ac2de9) Co-authored-by: Brett Cannon <[email protected]>
Thanks everyone for the reviews! |
…) (GH-32039) Also removed asynchat, asyncore, and smtpd from their respective toctree entries so they are only in the superceded subtree. (cherry picked from commit 9ac2de9) Co-authored-by: Brett Cannon <[email protected]> Automerge-Triggered-By: GH:brettcannon
And thanks for the PR! Is a manual 3.9 backport needed? |
@hugovk yep, a manual backport for 3.9 is needed. I was planning to tackle it probably this Friday, but if you want to take it on I will not stop you. 😉 |
…H-31984) Also removed asynchat, asyncore, and smtpd from their respective toctree entries so they are only in the superceded subtree. (cherry picked from commit 9ac2de9) Co-authored-by: Brett Cannon <[email protected]>
GH-32082 is a backport of this pull request to the 3.9 branch. |
There we go, and the |
… (GH-32082) Also removed asynchat, asyncore, and smtpd from their respective toctree entries so they are only in the superceded subtree. (cherry picked from commit 9ac2de9) Co-authored-by: Brett Cannon <[email protected]> Automerge-Triggered-By: GH:brettcannon
…H-31984) (pythonGH-32082) Also removed asynchat, asyncore, and smtpd from their respective toctree entries so they are only in the superceded subtree. (cherry picked from commit 9ac2de9) Co-authored-by: Brett Cannon <[email protected]> Automerge-Triggered-By: GH:brettcannon
Also removed asynchat, asyncore, and smtpd from their respective toctree entries so they are only in the superceded subtree.
https://bugs.python.org/issue47061
Automerge-Triggered-By: GH:brettcannon