New submission from Ram Rachum:

I suggest implementing `Counter.__lt__` which will be a partial order, 
similarly to `set.__lt__`. That is, one counter will be considered 
smaller-or-equal to another if for any item in the first counter, the second 
counter has an equal or bigger amount of that item.

----------
components: Library (Lib)
messages: 227819
nosy: cool-RR
priority: normal
severity: normal
status: open
title: Implement partial order on Counter
versions: Python 3.5

_______________________________________
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