Message228398
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? |
|
Date |
User |
Action |
Args |
2014-10-03 22:24:14 | ethan.furman | set | recipients:
+ ethan.furman, rhettinger, pitrou, scoder, eric.smith, steven.daprano, r.david.murray, cool-RR, serhiy.storchaka, josh.r |
2014-10-03 22:24:14 | ethan.furman | set | messageid: <1412375054.29.0.0949886385999.issue22515@psf.upfronthosting.co.za> |
2014-10-03 22:24:14 | ethan.furman | link | issue22515 messages |
2014-10-03 22:24:14 | ethan.furman | create | |
|