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 rhettinger
Recipients amaury.forgeotdarc, bethard, georg.brandl, ned.deily, pitrou, rhettinger
Date 2009-01-12.23:05:12
SpamBayes Score 0.09016598
Marked as misclassified No
Message-id <1231801514.41.0.408854585899.issue1696199@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the review comments.  Incorporated all suggested changes and
did some other minor tidying-up.  Extended the update example to include
c.update(Counter('abcdee')).  Committed as r68559 .

Decided to leave __repr__() with a sort.  Though it's not strictly
necessary, it's a nice convenience saving a user from doing the same
thing mentally.  Also, it helps with doctests by giving a reliable
ordering when element counts are non-equal.  For datasets small enough
that someone would want to display their repr, the time spent sorting is
negligible.
History
Date User Action Args
2009-01-12 23:05:14rhettingersetrecipients: + rhettinger, georg.brandl, amaury.forgeotdarc, pitrou, bethard, ned.deily
2009-01-12 23:05:14rhettingersetmessageid: <1231801514.41.0.408854585899.issue1696199@psf.upfronthosting.co.za>
2009-01-12 23:05:13rhettingerlinkissue1696199 messages
2009-01-12 23:05:12rhettingercreate