Serhiy Storchaka added the comment:

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".

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue22515>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to