From: Ezio Melotti Date: Sun, 4 Apr 2010 06:43:43 +0000 (+0000) Subject: Blocked revisions 79660,79733 via svnmerge X-Git-Tag: v2.6.6rc1~495 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=afe405123a4425fd6e9eec7e95c08a9dda8a5463;p=python Blocked revisions 79660,79733 via svnmerge ........ r79660 | raymond.hettinger | 2010-04-03 13:22:00 +0300 (Sat, 03 Apr 2010) | 1 line Add subtract() method to collections.Counter() objects. ........ r79733 | ezio.melotti | 2010-04-04 09:41:27 +0300 (Sun, 04 Apr 2010) | 1 line Add a versionadded to Counter.subtract() doc. ........ ---