This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients davidcoallier, ezio.melotti, rhettinger, serhiy.storchaka
Date 2017-10-28.11:25:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1509189919.41.0.213398074469.issue16994@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2017-10-28 11:25:19serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, ezio.melotti, davidcoallier
2017-10-28 11:25:19serhiy.storchakasetmessageid: <1509189919.41.0.213398074469.issue16994@psf.upfronthosting.co.za>
2017-10-28 11:25:19serhiy.storchakalinkissue16994 messages
2017-10-28 11:25:19serhiy.storchakacreate