This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author steven.daprano
Recipients cool-RR, steven.daprano
Date 2014-09-29.20:15:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20140929201523.GT19757@ando.pearwood.info>
In-reply-to <1412019201.2.0.639073460867.issue22515@psf.upfronthosting.co.za>
Content
On Mon, Sep 29, 2014 at 07:33:21PM +0000, Ram Rachum wrote:
> I suggest implementing `Counter.__lt__` which will be a partial order, 
> similarly to `set.__lt__`. 

Since Counter is described as a multiset, this sounds reasonable to me.
History
Date User Action Args
2014-09-29 20:15:31steven.dapranosetrecipients: + steven.daprano, cool-RR
2014-09-29 20:15:30steven.dapranolinkissue22515 messages
2014-09-29 20:15:30steven.dapranocreate