[docs] [issue25134] SSL asyncio

STINNER Victor report at bugs.python.org
Tue Sep 15 22:45:14 CEST 2015


STINNER Victor added the comment:

> But on the ProactorEventLoop it states that SSL support was added in 3.5

Right, I forgot to update the doc. Thanks for the bug report.

> p.s. Is there a way I can fix these errors myself instead of hassling other people?

Sure, you can write patches and open an issue with your patch.

* Clone Python repository: hg clone http://hg.python.org/cpython/
* Edit the doc: Doc/library/asyncio*.rst
* Produce a patch: hg diff > patch

Don't hesitate to enhance asyncio doc! Patches are welcome!

----------
nosy: +haypo

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


More information about the docs mailing list