bpo-32472: Mention await in Coroutine doc by DevOpsCraftsman · Pull Request #5270 · python/cpython (original) (raw)

So you have to rewrite all the documentation:
for example:
Collection is Sized, Container, Iterable, but has __contains__, __iter__ and __len__.
Mapping is Collection but has __iter__ and __len__

It's a problem of consistency here: we write all, or we write only what is not inherited...