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 serhiy.storchaka
Recipients cool-RR, serhiy.storchaka, steven.daprano
Date 2014-09-29.20:24:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412022263.95.0.926438274546.issue22515@psf.upfronthosting.co.za>
In-reply-to
Content
What should be result of following operations?

Counter({'a': 0}) < Counter({})
Counter({}) < Counter({'a': 0})
Counter({'a': -1}) < Counter({})
Counter({}) < Counter({'a': -1})
History
Date User Action Args
2014-09-29 20:24:23serhiy.storchakasetrecipients: + serhiy.storchaka, steven.daprano, cool-RR
2014-09-29 20:24:23serhiy.storchakasetmessageid: <1412022263.95.0.926438274546.issue22515@psf.upfronthosting.co.za>
2014-09-29 20:24:23serhiy.storchakalinkissue22515 messages
2014-09-29 20:24:23serhiy.storchakacreate