Serhiy Storchaka <storchaka+cpyt...@gmail.com> added the comment:

This proposition was discussed also on Python-Ideas 
(https://mail.python.org/pipermail/python-ideas/2017-March/045215.html).

I think it should be rejected. In general this doesn't make sense. In rare 
cases when you want to to get the least common items in the Counter (I don't 
know any practical examples), you can take a list of all items sorted by the 
value and take few last items.

----------
assignee:  -> rhettinger
status: open -> pending

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue16994>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to