]> granicus.if.org Git - python/commit
Issue #13121: Support in-place math operators for collections.Counter().
authorRaymond Hettinger <python@rcn.com>
Wed, 19 Oct 2011 20:40:37 +0000 (13:40 -0700)
committerRaymond Hettinger <python@rcn.com>
Wed, 19 Oct 2011 20:40:37 +0000 (13:40 -0700)
commitbecd56822ac62ba2ddb4956e84f6854366945617
treef1a399031f43a18d7784fe8f0c47d434320edb92
parent3bb8be6d78130dfcf49c4860f0009300508ff92b
Issue #13121: Support in-place math operators for collections.Counter().
Doc/library/collections.rst
Lib/collections/__init__.py
Lib/test/test_collections.py
Misc/NEWS