[Python-ideas] Proposal for extending the collections module - bags / multisets, ordered sets
Jan Kaliszewski
zuo at chopin.edu.pl
Sat Jul 18 05:30:25 CEST 2009
More information about the Python-ideas mailing list
Sat Jul 18 05:30:25 CEST 2009
- Previous message: [Python-ideas] Proposal for extending the collections module - bags / multisets, ordered sets / unique lists
- Next message: [Python-ideas] Proposal for extending the collections module - bags / multisets, ordered sets / unique lists
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Python-ideas] Proposal for extending the collections module - bags / multisets, ordered sets / unique lists
- Next message: [Python-ideas] Proposal for extending the collections module - bags / multisets, ordered sets / unique lists
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-ideas mailing list