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 Wheerd
Recipients Wheerd, rhettinger, serhiy.storchaka
Date 2016-09-28.09:51:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1475056265.89.0.761154198129.issue28296@psf.upfronthosting.co.za>
In-reply-to
Content
Oh, I should have searched properly before creating this ticket. Sorry about that. I guess I will be subclassing Counter in my project then, to get this functionality... Only problem is, that when using the builtin __add__ etc. of my Counter subclass, I will get a Counter instance, that does not support ordering... So I guess I will not use it at all.
History
Date User Action Args
2016-09-28 09:51:05Wheerdsetrecipients: + Wheerd, rhettinger, serhiy.storchaka
2016-09-28 09:51:05Wheerdsetmessageid: <1475056265.89.0.761154198129.issue28296@psf.upfronthosting.co.za>
2016-09-28 09:51:05Wheerdlinkissue28296 messages
2016-09-28 09:51:05Wheerdcreate