[Python-Dev] Comparisions for collections.Counters

Serhiy Storchaka storchaka at gmail.com
Wed Sep 5 12:25:16 EDT 2018


05.09.18 13:10, Evpok Padding пише:
> 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.
> Am I missing something here or should I send a PR ASAP ? :-)

There is a closed issue for this: https://bugs.python.org/issue22515.



More information about the Python-Dev mailing list