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 grzgrzgrz3, vstinner
Date 2021-11-15.23:51:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1637020317.42.0.834003633352.issue30514@roundup.psfhosted.org>
In-reply-to
Content
I removed asyncore in bpo-28533:

New changeset 9bf2cbc4c498812e14f20d86acb61c53928a5a57 by Victor Stinner in branch 'main':
bpo-28533: Remove asyncore, asynchat, smtpd modules (GH-29521)
https://github.com/python/cpython/commit/9bf2cbc4c498812e14f20d86acb61c53928a5a57

But I kept a private copy as test.support._asyncore for the few tests which still use it (asyncore, asynchat and/or smtpd).
History
Date User Action Args
2021-11-15 23:51:57vstinnersetrecipients: + vstinner, grzgrzgrz3
2021-11-15 23:51:57vstinnersetmessageid: <1637020317.42.0.834003633352.issue30514@roundup.psfhosted.org>
2021-11-15 23:51:57vstinnerlinkissue30514 messages
2021-11-15 23:51:57vstinnercreate