Raymond Hettinger <raymond.hettin...@gmail.com> added the comment:

I'll add the in-place methods including __iadd__, __isub__, __iand__, and 
__ior__.

If speed is your issue, you should continue to use the update() method which 
will always be faster because it doesn't have a step to strip zeros and 
negative values from the existing Counter.  Also, update() has a fast-path 
written in C.

----------
priority: normal -> low

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue13121>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to