]> granicus.if.org Git - python/commit
Blocked revisions 79662,79737 via svnmerge
authorEzio Melotti <ezio.melotti@gmail.com>
Sun, 4 Apr 2010 06:55:27 +0000 (06:55 +0000)
committerEzio Melotti <ezio.melotti@gmail.com>
Sun, 4 Apr 2010 06:55:27 +0000 (06:55 +0000)
commit2be8ef31fa62c14c779d75b20298f56ef9170104
tree693e2f7a73d38f2dec3441797fa8a926275fdbf0
parent904ca435807f292d8201b1584fa9bc5d9aaa164d
Blocked revisions 79662,79737 via svnmerge

................
  r79662 | raymond.hettinger | 2010-04-03 13:32:58 +0300 (Sat, 03 Apr 2010) | 1 line

  Add a subtract() method to collections.Counter()
................
  r79737 | ezio.melotti | 2010-04-04 09:53:44 +0300 (Sun, 04 Apr 2010) | 13 lines

  Merged revisions 79733,79735 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk

  ........
    r79733 | ezio.melotti | 2010-04-04 09:41:27 +0300 (Sun, 04 Apr 2010) | 1 line

    Add a versionadded to Counter.subtract() doc.
  ........
    r79735 | ezio.melotti | 2010-04-04 09:50:58 +0300 (Sun, 04 Apr 2010) | 1 line

    Revert 79733 - Counter is new in 2.7, the versionadded is not necessary - and fix a typo.
  ........
................