summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2009-01-14 02:20:07 (GMT)
committerRaymond Hettinger <python@rcn.com>2009-01-14 02:20:07 (GMT)
commitb8baf6360f7e93f5caa2a20292a868f890056215 (patch)
tree02aa4cb923d36aa3b72e5d9657c1bd509e1c8b4e /Misc
parent3bc0f7ebeed6b165c2694845256cf0f62e8fddfe (diff)
downloadcpython-b8baf6360f7e93f5caa2a20292a868f890056215.zip
cpython-b8baf6360f7e93f5caa2a20292a868f890056215.tar.gz
cpython-b8baf6360f7e93f5caa2a20292a868f890056215.tar.bz2
Issue #1696199: Add collections.Counter().
Forward port from Py2.7.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ac30897..e5369a3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -130,6 +130,9 @@ Library
appropriately when it is being used via socket.makefile() objects
rather than delaying the close by waiting for garbage collection to do it.
+- Issue #1696199: Add collections.Counter() for rapid and convenient
+ counting.
+
- Issue #3860: GzipFile and BZ2File now support the context manager protocol.
- Issue #4867: Fixed a crash in ctypes when passing a string to a