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 cool-RR
Recipients cool-RR
Date 2014-09-29.19:33:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412019201.2.0.639073460867.issue22515@psf.upfronthosting.co.za>
In-reply-to
Content
I suggest implementing `Counter.__lt__` which will be a partial order, similarly to `set.__lt__`. That is, one counter will be considered smaller-or-equal to another if for any item in the first counter, the second counter has an equal or bigger amount of that item.
History
Date User Action Args
2014-09-29 19:33:21cool-RRsetrecipients: + cool-RR
2014-09-29 19:33:21cool-RRsetmessageid: <1412019201.2.0.639073460867.issue22515@psf.upfronthosting.co.za>
2014-09-29 19:33:21cool-RRlinkissue22515 messages
2014-09-29 19:33:20cool-RRcreate