]> granicus.if.org Git - python/commit
Add subtract() method to collections.Counter() objects.
authorRaymond Hettinger <python@rcn.com>
Sat, 3 Apr 2010 10:22:00 +0000 (10:22 +0000)
committerRaymond Hettinger <python@rcn.com>
Sat, 3 Apr 2010 10:22:00 +0000 (10:22 +0000)
commit34c35b2788f4f764022f11a624fb08d325c31e94
tree69659df9223549ce681e931048c4bd38c2aab980
parentf70c5810565728b29a375492d5c3a37c5aa9af91
Add subtract() method to collections.Counter() objects.
Doc/library/collections.rst
Lib/collections.py
Lib/test/test_collections.py
Misc/NEWS