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.

Author vstinner
Recipients Mariatta, aeros, asvetlov, barry, dankreso, grzgrzgrz3, iritkatriel, jacksonriley, nanjekyejoannah, orsenthil, vstinner, yselivanov
Date 2021-11-15.23:50:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
asyncore, asynchat, smtpd modules have been removed. I close this issue.

> asyncore is still used in several tests and should be replaced

This issue is not solved. My PR only copied asyncore as a private module in test.support (test.support._asyncore). If someone cares, please open a new issue.
History
Date User Action Args
2021-11-15 23:50:48vstinnersetrecipients: + vstinner, barry, orsenthil, asvetlov, yselivanov, grzgrzgrz3, Mariatta, nanjekyejoannah, aeros, jacksonriley, dankreso, iritkatriel
2021-11-15 23:50:48vstinnersetmessageid: <[email protected]>
2021-11-15 23:50:48vstinnerlinkissue28533 messages
2021-11-15 23:50:48vstinnercreate