[issue28534] Replace asynchat

2022-03-12 Thread Andrew Svetlov
Andrew Svetlov added the comment: Superseded by #28533 -- nosy: +asvetlov resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> Remove asyncore, asynchat and smtpd modules ___ Python tracker

[issue28534] Replace asynchat

2016-10-25 Thread Mariatta Wijaya
New submission from Mariatta Wijaya: Deprecation warning was added to asynchat in https://bugs.python.org/issue25002 asynchat is still used in several tests and should be replaced. -- components: asyncio messages: 279441 nosy: Mariatta, gvanrossum, yselivanov priority: normal severity: