Counter Class -- Bag/Multiset

Paul Rubin http
Fri Jan 23 03:06:47 EST 2009


msrachel.e at gmail.com writes:
> how do you guys like the functionality?  Do you find it useable in
> real-world use cases?

It's interesting.  I wouldn't have thought of that API--I'm used to
populating defaultdict(int) in the obvious ways for this sort of
thing--but it is attractive and I think it will be useful.  Thanks for
implementing it.  



More information about the Python-list mailing list