Ethan Furman added the comment:

In going through the tests I have found an edge-case that I am unsure of how to 
handle:

  Counter(a=1) < Counter(a=1, b=1)

On the one hand, they both have the same value for 'a'; on the other hand, the 
second counter has more elements...

So should the result be False or True?

----------

_______________________________________
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