diff options
author | Benjamin Peterson <benjamin@python.org> | 2011-08-09 21:16:33 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2011-08-09 21:16:33 (GMT) |
commit | e451ec393faa67e5d7ed692d36d3245dd18c4457 (patch) | |
tree | 05581ecb35f250b8d262f7fb01c97f3ffbbd0b68 /Misc | |
parent | 9aae3a8cf557256e1f7a46f0ba19581949b5a805 (diff) | |
parent | fcb393c0183c6a8cf47eb9575a1bbe6bc5d236e4 (diff) | |
download | cpython-e451ec393faa67e5d7ed692d36d3245dd18c4457.zip cpython-e451ec393faa67e5d7ed692d36d3245dd18c4457.tar.gz cpython-e451ec393faa67e5d7ed692d36d3245dd18c4457.tar.bz2 |
merge heads
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -254,6 +254,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). |