commit | fcb393c0183c6a8cf47eb9575a1bbe6bc5d236e4 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Tue Aug 09 13:00:40 2011 -0700 |
committer | Raymond Hettinger <python@rcn.com> | Tue Aug 09 13:00:40 2011 -0700 |
tree | 51c5d45f70cd9946a373083bd31ddc2f109a9647 | |
parent | 18205baf251495b5a54b08c1f9b0e1763eb27aa1 [diff] [blame] |
Add support for unary plus and unary minus to collections.Counter()
diff --git a/Misc/NEWS b/Misc/NEWS index d257632..704e5e7 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -252,6 +252,8 @@ - Issue #12540: Prevent zombie IDLE processes on Windows due to changes in os.kill(). +- Add support for unary plus and unary minus to collections.Counter(). + - Issue #12683: urlparse updated to include svn as schemes that uses relative paths. (svn from 1.5 onwards support relative path).