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 cool-RR
Recipients cool-RR, rhettinger
Date 2011-03-31.21:40:37
SpamBayes Score 0.0010263958
Marked as misclassified No
Message-id <1301607638.51.0.474843371118.issue11733@psf.upfronthosting.co.za>
In-reply-to
Content
I suggest a `Counter.elements_count()` method should be added, that would give the same answer as `sum(counter.itervalues())`.
History
Date User Action Args
2011-03-31 21:40:38cool-RRsetrecipients: + cool-RR, rhettinger
2011-03-31 21:40:38cool-RRsetmessageid: <1301607638.51.0.474843371118.issue11733@psf.upfronthosting.co.za>
2011-03-31 21:40:37cool-RRlinkissue11733 messages
2011-03-31 21:40:37cool-RRcreate