]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-25478: Add total() method to collections.Counter (GH-25829)
authorRaymond Hettinger <rhettinger@users.noreply.github.com>
Mon, 3 May 2021 03:19:51 +0000 (20:19 -0700)
committerGitHub <noreply@github.com>
Mon, 3 May 2021 03:19:51 +0000 (20:19 -0700)
commit8c598dbb9483bcfcb88fc579ebf27821d8861465
tree29555566ce3e45c830658aa7129a200088e1dcfa
parentd52bbde9421987d216c600557ef5bc931d03efcc
bpo-25478: Add total() method to collections.Counter (GH-25829)
Doc/library/collections.rst
Lib/collections/__init__.py
Lib/test/test_collections.py
Misc/NEWS.d/next/Library/2021-05-02-19-17-20.bpo-25478.AwlwdA.rst [new file with mode: 0644]