[Python-ideas] Proposal for extending the collections module - bags / multisets, ordered sets / unique lists

Jan Kaliszewski zuo at chopin.edu.pl
Sat Jul 18 05:30:25 CEST 2009


Nick Coghlan <ncoghlan at gmail.com> wrote:

> Counter *is* a bag implementation, while OrderedDict can trivially be
> used as the basis for an OrderedSet implementation.

Yeah, but it'd be nice to have OrderedSet in collections.

+1 from me :)

*j



More information about the Python-ideas mailing list