[New-bugs-announce] [issue11733] Implement a `Counter.elements_count` method

Ram Rachum report at bugs.python.org
Thu Mar 31 23:40:38 CEST 2011


New submission from Ram Rachum <cool-rr at cool-rr.com>:

I suggest a `Counter.elements_count()` method should be added, that would give the same answer as `sum(counter.itervalues())`.

----------
components: Library (Lib)
messages: 132708
nosy: cool-RR, rhettinger
priority: normal
severity: normal
status: open
type: feature request
versions: Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11733>
_______________________________________


More information about the New-bugs-announce mailing list