diff options
author | Raymond Hettinger <python@rcn.com> | 2009-01-14 02:20:07 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2009-01-14 02:20:07 (GMT) |
commit | b8baf6360f7e93f5caa2a20292a868f890056215 (patch) | |
tree | 02aa4cb923d36aa3b72e5d9657c1bd509e1c8b4e /Misc | |
parent | 3bc0f7ebeed6b165c2694845256cf0f62e8fddfe (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |