diff options
author | R David Murray <rdmurray@bitdance.com> | 2012-10-06 20:30:46 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2012-10-06 20:30:46 (GMT) |
commit | 3dc23d4bf245406789d87e0c0c33a2624800ae76 (patch) | |
tree | 50e29c7cdb263ae4337465a979219a31b15bd9da /Misc | |
parent | 5bab0789f8b1119768bd1fa595da87260de1e8fa (diff) | |
parent | a21e51570d1f8bc00d7d4a0edb71f29c27bed3b7 (diff) | |
download | cpython-3dc23d4bf245406789d87e0c0c33a2624800ae76.zip cpython-3dc23d4bf245406789d87e0c0c33a2624800ae76.tar.gz cpython-3dc23d4bf245406789d87e0c0c33a2624800ae76.tar.bz2 |
Merge: whatsnew updates for smtplib and collections.Counter.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/HISTORY | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Misc/HISTORY b/Misc/HISTORY index 728402e..954a87f 100644 --- a/Misc/HISTORY +++ b/Misc/HISTORY @@ -2881,8 +2881,9 @@ 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 #13121: Also add support for inplace math operators. +- Issue #13121: add support for inplace math operators to collections.Counter. + +- 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). |