8000 bpo-47022: Document asynchat, asyncore and smtpd removals in 3.12 by hugovk · Pull Request #31891 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

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

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

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. 8000
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 <rushing@nightmare.com>
.. sectionauthor:: Steve Holden <sholden@holdenweb.com>
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 <rushing@nightmare.com>
.. sectionauthor:: Christopher Petrilli <petrilli@amber.org>
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 <barry@python.org>
.. sectionauthor:: Moshe Zadka <moshez@moshez.org>
Expand Down
0