Hi everyone, Can PR gh-13143 be reopened and reviewed/merged when possible? It was closed in favor of the new asyncio streams API (gh-13251). Later, the API was cleanly removed (gh-16482) so the proposed PR became relevant again.
The added method allows to turn encryption on on demand (and off, as the author expressed his readiness). It's required for a CPython test suit, to port `test.test_ftplib.DummyFTPServer` from asyncore/asynchat before their removal according to PEP 594 (Removing dead batteries from the standard library). Thank you in advance. _______________________________________________ Python-Dev mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/RNQKBKAU3DPLGQLX3WZB5IRPEUKU6XKK/ Code of Conduct: http://python.org/psf/codeofconduct/
