bpo-32467: Let collections.abc.ValuesView inherit from Collection by rhettinger · Pull Request #5152 · python/cpython (original) (raw)
The documentation page needs also an update:
Doc/library/collections.abc.rst, line 90
:class:ValuesView
:class:MappingView
We have to append :class:Collection
.