Asyncore-based test servers from test_ftp and test_logging cannot be ported to asyncio, the tested clients are blocking. However, instead of writing a server thread class from scratch, it would be nice to reuse test.support.threading_helper.Server from gh-92475.
gh-93243
This PR is required to reduce diffs of the following porting (no need to either maintain documentation and tests consistent with each porting step, or try to port everything and remove smtpd in a single PR).
Automerge-Triggered-By: GH:warsaw
Reference: PEP 594 – Removing dead batteries from the standard library.
This issue tracks removal of the following modules:
Initially I just wanted to clean ssh tests from smtpd but found myself here.
The text was updated successfully, but these errors were encountered: