Re: [Python-Dev] Making PEP 3156 (asyncio) non-provisional

2016-09-07 Thread Guido van Rossum
On Wed, Sep 7, 2016 at 8:43 PM, Nick Coghlan wrote: > On 8 September 2016 at 04:31, Guido van Rossum wrote: >> There's also the issue of starttls, a feature that we know we'd like >> to add but don't have ready for 3.6b1. I think the right approach >> there is to provide an add-on package on PyPI

Re: [Python-Dev] Making PEP 3156 (asyncio) non-provisional

2016-09-07 Thread Nick Coghlan
On 8 September 2016 at 04:31, Guido van Rossum wrote: > There's also the issue of starttls, a feature that we know we'd like > to add but don't have ready for 3.6b1. I think the right approach > there is to provide an add-on package on PyPI that implements a > starttls-capable Transport class, and