Uh oh!
There was an error while loading. Please reload this page.
bpo-47022: Document asynchat, asyncore and smtpd removals in 3.12 - #31891
Conversation
This comment was marked as resolved.
This comment was marked as resolved.
662a963 to
3eb9ba8Comparebrettcannon
commented
Mar 15, 2022
Two things. One, can you add a directive to the docs like: Line 6 in 099f756 ? That's what makes a module say "deprecated" in the module index. Two, the SC wanted to leave out target removal versions in the docs in case we have to change something due to feedback (in the code itself via the |
hugovk
commented
Mar 16, 2022
Done! Also added to the Superseded Modules page listing deprecated modules (
👍 |
miss-islington
commented
Mar 18, 2022
Thanks @hugovk for the PR 🌮🎉.. I'm working now to backport this PR to: 3.9, 3.10. |
miss-islington
commented
Mar 18, 2022
Sorry, @hugovk, I could not cleanly backport this to |
miss-islington
commented
Mar 18, 2022
Sorry @hugovk, I had trouble checking out the |
….12 (pythonGH-31891) Document the deprecation of asyncore, asynchat, and smtpd with a slated removal in Python 3.12 thanks to PEP 594.. (cherry picked from commit 7747384) Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
bedevere-bot
commented
Mar 19, 2022
GH-31997 is a backport of this pull request to the 3.10 branch. |
bedevere-bot
commented
Mar 19, 2022
GH-31998 is a backport of this pull request to the 3.9 branch. |
…12 (pythonGH-31891) Document the deprecation of asyncore, asynchat, and smtpd with a slated removal in Python 3.12 thanks to PEP 594.. (cherry picked from commit 7747384) Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
…12 (pythonGH-31891) (python#31998) Document the deprecation of asyncore, asynchat, and smtpd with a slated removal in Python 3.12 thanks to PEP 594.. (cherry picked from commit 7747384) Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
Document the deprecation of asyncore, asynchat, and smtpd with a slated removal in Python 3.12 thanks to PEP 594.
Automerge-Triggered-By: GH:brettcannon