]> granicus.if.org Git - python/commit
Issue #1696199: Add collections.Counter().
authorRaymond Hettinger <python@rcn.com>
Wed, 14 Jan 2009 02:20:07 +0000 (02:20 +0000)
committerRaymond Hettinger <python@rcn.com>
Wed, 14 Jan 2009 02:20:07 +0000 (02:20 +0000)
commitb8baf6360f7e93f5caa2a20292a868f890056215
tree02aa4cb923d36aa3b72e5d9657c1bd509e1c8b4e
parent3bc0f7ebeed6b165c2694845256cf0f62e8fddfe
Issue #1696199:  Add collections.Counter().

Forward port from Py2.7.
Doc/library/collections.rst
Lib/collections.py
Lib/test/test_collections.py
Misc/NEWS