Andrew Svetlov <andrew.svet...@gmail.com> added the comment:

`Coroutine` is inherited from `Awaitable`, that's why inherited abstract 
`__await__` method is present.

It **is** consistent with the rest of the document: e.g. Mapping has no 
`__len__` method but inherits it from Collection which in turn is inherited 
from Sized

----------
nosy: +asvetlov
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue32472>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to