[issue22515] Implement partial order on Counter

Ram Rachum report at bugs.python.org
Sat Oct 4 09:38:04 CEST 2014


Ram Rachum added the comment:

I don't really understand the refactoring. For example why is `len(self) <= len(other)` needed? For which case? Note that `len` would also catch keys with `0` value which shouldn't have an effect.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22515>
_______________________________________


More information about the Python-bugs-list mailing list