STINNER Victor <vstin...@python.org> added the comment:

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).

----------
nosy: +vstinner

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue30514>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to