This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author berker.peksag
Recipients Jeremy Bustamante, asvetlov, berker.peksag, docs@python, gvanrossum, yselivanov
Date 2018-01-22.17:10:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1516641013.95.0.467229070634.issue29344@psf.upfronthosting.co.za>
In-reply-to
Content
> We only fixed it in 3.7 and the doc was updated.  3.6 stays as is.

I'm not talking about fixing code in 3.6. In 3.6, sock_* methods still documented as coroutines but they are normal functions:

* https://docs.python.org/3.6/library/asyncio-eventloop.html#low-level-socket-operations
* https://github.com/python/cpython/blob/4002d5dbf4c058bbf2462f9f5dea057956d1caff/Doc/library/asyncio-eventloop.rst#low-level-socket-operations
* https://github.com/python/cpython/blob/4002d5dbf4c058bbf2462f9f5dea057956d1caff/Lib/asyncio/selector_events.py#L354

3.6 documentation still needs to be fixed. See my patch.
History
Date User Action Args
2018-01-22 17:10:13berker.peksagsetrecipients: + berker.peksag, gvanrossum, asvetlov, docs@python, yselivanov, Jeremy Bustamante
2018-01-22 17:10:13berker.peksagsetmessageid: <1516641013.95.0.467229070634.issue29344@psf.upfronthosting.co.za>
2018-01-22 17:10:13berker.peksaglinkissue29344 messages
2018-01-22 17:10:13berker.peksagcreate