Arnaud Delobelle <[email protected]> writes: > match_total = dict((key, val()) for key, val in match_counter.iteritems())
Sorry I meant
match_total = dict((key, val.next())
for key, val in match_counter.iteritems())
--
Arnaud
--
http://mail.python.org/mailman/listinfo/python-list
