<div dir="ltr"><div class="gmail_quote"><div dir="ltr">On Wed, Sep 5, 2018 at 3:13 AM Evpok Padding <<a href="mailto:evpok.padding@gmail.com">evpok.padding@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>According to the [doc][1], `collections.Counter` convenience intersection and union functions are meant to help it represent multisets. However, it currently lacks comparisons, which would make sense and seems straightforward to implement.<br></div></div></blockquote><div><br></div><div>x = Counter(a=1, b=2)</div><div>y = Counter(a=2, b=1)</div><div>x > y</div><div>?</div><div><br></div><div> </div></div></div>