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

bpo-47022: Document asynchat, asyncore and smtpd removals in 3.12 #31891

Merged
merged 3 commits into from
Mar 18, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
bpo-47022: Mark asynchat, asyncore and smtpd as deprecated in module …
…list
  • Loading branch information
hugovk committed Mar 16, 2022
commit f0b38425c8ff629f94ab9d25e196fdb5c14ac7d6
1 change: 1 addition & 0 deletions Doc/library/asynchat.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

.. module:: asynchat
:synopsis: Support for asynchronous command/response protocols.
:deprecated:

.. moduleauthor:: Sam Rushing <[email protected]>
.. sectionauthor:: Steve Holden <[email protected]>
Expand Down
1 change: 1 addition & 0 deletions Doc/library/asyncore.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
.. module:: asyncore
:synopsis: A base class for developing asynchronous socket handling
services.
:deprecated:

.. moduleauthor:: Sam Rushing <[email protected]>
.. sectionauthor:: Christopher Petrilli <[email protected]>
Expand Down
1 change: 1 addition & 0 deletions Doc/library/smtpd.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

.. module:: smtpd
:synopsis: A SMTP server implementation in Python.
:deprecated:

.. moduleauthor:: Barry Warsaw <[email protected]>
.. sectionauthor:: Moshe Zadka <[email protected]>
Expand Down