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 ethan.furman
Recipients cool-RR, eric.smith, ethan.furman, josh.r, pitrou, r.david.murray, rhettinger, scoder, serhiy.storchaka, steven.daprano
Date 2014-10-03.22:24:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412375054.29.0.0949886385999.issue22515@psf.upfronthosting.co.za>
In-reply-to
Content
In going through the tests I have found an edge-case that I am unsure of how to handle:

  Counter(a=1) < Counter(a=1, b=1)

On the one hand, they both have the same value for 'a'; on the other hand, the second counter has more elements...

So should the result be False or True?
History
Date User Action Args
2014-10-03 22:24:14ethan.furmansetrecipients: + ethan.furman, rhettinger, pitrou, scoder, eric.smith, steven.daprano, r.david.murray, cool-RR, serhiy.storchaka, josh.r
2014-10-03 22:24:14ethan.furmansetmessageid: <1412375054.29.0.0949886385999.issue22515@psf.upfronthosting.co.za>
2014-10-03 22:24:14ethan.furmanlinkissue22515 messages
2014-10-03 22:24:14ethan.furmancreate