diff options
author | Raymond Hettinger <python@rcn.com> | 2011-08-09 20:00:40 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2011-08-09 20:00:40 (GMT) |
commit | fcb393c0183c6a8cf47eb9575a1bbe6bc5d236e4 (patch) | |
tree | 51c5d45f70cd9946a373083bd31ddc2f109a9647 /Misc | |
parent | 18205baf251495b5a54b08c1f9b0e1763eb27aa1 (diff) | |
download | cpython-fcb393c0183c6a8cf47eb9575a1bbe6bc5d236e4.zip cpython-fcb393c0183c6a8cf47eb9575a1bbe6bc5d236e4.tar.gz cpython-fcb393c0183c6a8cf47eb9575a1bbe6bc5d236e4.tar.bz2 |
Add support for unary plus and unary minus to collections.Counter()
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -252,6 +252,8 @@ Library - 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). |