This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Replace asynchat
Type: Stage: resolved
Components: asyncio Versions:
process
Status: closed Resolution: duplicate
Dependencies: Superseder: Remove asyncore, asynchat and smtpd modules
View: 28533
Assigned To: Nosy List: Mariatta, asvetlov, gvanrossum, yselivanov
Priority: normal Keywords:

Created on 2016-10-25 18:32 by Mariatta, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (2)
msg279441 - (view) Author: Mariatta (Mariatta) * (Python committer) Date: 2016-10-25 18:32
Deprecation warning was added to asynchat in https://bugs.python.org/issue25002

asynchat is still used in several tests and should be replaced.
msg414996 - (view) Author: Andrew Svetlov (asvetlov) * (Python committer) Date: 2022-03-12 15:51
Superseded by #28533
History
Date User Action Args
2022-04-11 14:58:38adminsetgithub: 72720
2022-03-12 15:51:15asvetlovsetstatus: open -> closed

superseder: Remove asyncore, asynchat and smtpd modules

nosy: + asvetlov
messages: + msg414996
resolution: duplicate
stage: resolved
2016-10-25 18:32:53Mariattacreate