]> granicus.if.org Git - python/commit
bpo-32467: Let collections.abc.ValuesView inherit from Collection (#5152)
authorRaymond Hettinger <rhettinger@users.noreply.github.com>
Fri, 12 Jan 2018 05:53:49 +0000 (21:53 -0800)
committerGitHub <noreply@github.com>
Fri, 12 Jan 2018 05:53:49 +0000 (21:53 -0800)
commit02556fbade5e1e864dd09d5768a8dbbf5b3a0dac
tree14aa995e97221042d271e1c431397e7bb9dee2b0
parent782d6fe4434381c50e0c7ec94a1ef9c6debbc333
bpo-32467: Let collections.abc.ValuesView inherit from Collection (#5152)
Doc/library/collections.abc.rst
Lib/_collections_abc.py
Lib/test/test_collections.py
Misc/NEWS.d/next/Library/2018-01-11-00-33-42.bpo-32467.YVEOv6.rst [new file with mode: 0644]