Mailing List Archive

Need gh-13143 (bpo-34975: Add start_tls() method to streams API) to be merged
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 -- python-dev@python.org
To unsubscribe send an email to python-dev-leave@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/RNQKBKAU3DPLGQLX3WZB5IRPEUKU6XKK/
Code of Conduct: http://python.org/psf/codeofconduct/
Re: Need gh-13143 (bpo-34975: Add start_tls() method to streams API) to be merged [ In reply to ]
El lun, 11 abr 2022 a las 9:10, Oleg Iarygin (<oleg@arhadthedev.net>)
escribió:

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

I can't reopen the PR; I assume the branch was deleted. It's going to be
easier to just open a new PR.


>
> 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 -- python-dev@python.org
> To unsubscribe send an email to python-dev-leave@python.org
> https://mail.python.org/mailman3/lists/python-dev.python.org/
> Message archived at
> https://mail.python.org/archives/list/python-dev@python.org/message/RNQKBKAU3DPLGQLX3WZB5IRPEUKU6XKK/
> Code of Conduct: http://python.org/psf/codeofconduct/
>