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 <rep...@bugs.python.org>
<http://bugs.python.org/issue25134>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to