]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40755: Add missing multiset operations to Counter() (GH-20339)
authorRaymond Hettinger <rhettinger@users.noreply.github.com>
Thu, 28 May 2020 15:35:46 +0000 (08:35 -0700)
committerGitHub <noreply@github.com>
Thu, 28 May 2020 15:35:46 +0000 (08:35 -0700)
commit60398512c86c5535edd817c99ccb50453b3b0471
treee2ce7e054b2cc0a81ddd5bb94a33f3b3369d9937
parent0de437de6210c2b32b09d6c47a805b23d023bd59
bpo-40755: Add missing multiset operations to Counter() (GH-20339)
Doc/library/collections.rst
Lib/collections/__init__.py
Lib/test/test_collections.py
Misc/NEWS.d/next/Library/2020-05-23-18-24-13.bpo-22533.k64XGo.rst [new file with mode: 0644]