Edgewall Software

Changes between Version 10 and Version 11 of HelperFunctions


Ignore:
Timestamp:
Sep 26, 2006, 5:49:49 PM (18 years ago)
Author:
Arnar
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HelperFunctions

    v10 v11  
    217217from itertools import groupby
    218218
    219 def countdistinct(iterable, groups=None, key=None):
     219def countdistinct(iterable, groups=[], key=None):
    220220    """Count things.
    221221