]> granicus.if.org Git - python/commit
Add a subtract() method to collections.Counter()
authorRaymond Hettinger <python@rcn.com>
Sat, 3 Apr 2010 10:32:58 +0000 (10:32 +0000)
committerRaymond Hettinger <python@rcn.com>
Sat, 3 Apr 2010 10:32:58 +0000 (10:32 +0000)
commit9c01e441bb2589853446787d4150fe623050a1e1
treefe8479098709faeb7bfd9c7e4b47091c6e0e0212
parent03d788dc4d6d399ba1092da5895edd7e6900345a
Add a subtract() method to collections.Counter()
Doc/library/collections.rst
Lib/collections.py
Lib/test/test_collections.py
Misc/NEWS