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, ethan.furman, serhiy.storchaka, steven.daprano
Date 2014-09-29.21:15:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412025334.99.0.386008780637.issue22515@psf.upfronthosting.co.za>
In-reply-to
Content
What would be the result of

  Counter({'a':1, 'b':2}) < Counter({'a':2, 'b':1})

?
History
Date User Action Args
2014-09-29 21:15:35ethan.furmansetrecipients: + ethan.furman, steven.daprano, cool-RR, serhiy.storchaka
2014-09-29 21:15:34ethan.furmansetmessageid: <1412025334.99.0.386008780637.issue22515@psf.upfronthosting.co.za>
2014-09-29 21:15:34ethan.furmanlinkissue22515 messages
2014-09-29 21:15:34ethan.furmancreate