[docs] [issue25134] SSL asyncio

Bar Harel report at bugs.python.org
Tue Sep 15 22:35:42 CEST 2015


New submission from Bar Harel:

Seems like at https://docs.python.org/3.5/library/asyncio-eventloop.html#creating-connections (Creating connections) in asyncio, it states that "On Windows with ProactorEventLoop, SSL/TLS is not supported."
But on the ProactorEventLoop it states that SSL support was added in 3.5
Please remove the "unsupported" statement in the docs of 3.5 and 3.6
p.s. Is there a way I can fix these errors myself instead of hassling other people?

----------
assignee: docs at python
components: Documentation
messages: 250803
nosy: Bar Harel, docs at python
priority: normal
severity: normal
status: open
title: SSL asyncio
versions: Python 3.5, Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25134>
_______________________________________


More information about the docs mailing list