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, ethan.furman, josh.r, r.david.murray, serhiy.storchaka, steven.daprano
Date 2014-09-29.22:32:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412029978.68.0.428262232401.issue22515@psf.upfronthosting.co.za>
In-reply-to
Content
To put it another way: In Python sets, `a <= b` iff `b` has everything that `a` has, and possibly more. I'm proposing the exact same definition for counters. True, the implementation might be different because sets are not dicts and don't have `.values()`, but that is just the implementation, which is not the important thing here.
History
Date User Action Args
2014-09-29 22:32:58cool-RRsetrecipients: + cool-RR, steven.daprano, r.david.murray, ethan.furman, serhiy.storchaka, josh.r
2014-09-29 22:32:58cool-RRsetmessageid: <1412029978.68.0.428262232401.issue22515@psf.upfronthosting.co.za>
2014-09-29 22:32:58cool-RRlinkissue22515 messages
2014-09-29 22:32:58cool-RRcreate