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:35:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412022926.7.0.368845040116.issue22515@psf.upfronthosting.co.za>
In-reply-to
Content
There is other definition of the <= operator for sets: "A <= B" is equivalent to "len(A - B) == 0". Extending to Counter this can mean "len(A.subtract(B).elements()) == 0".
History
Date User Action Args
2014-09-29 20:35:26serhiy.storchakasetrecipients: + serhiy.storchaka, steven.daprano, cool-RR
2014-09-29 20:35:26serhiy.storchakasetmessageid: <1412022926.7.0.368845040116.issue22515@psf.upfronthosting.co.za>
2014-09-29 20:35:26serhiy.storchakalinkissue22515 messages
2014-09-29 20:35:26serhiy.storchakacreate