diff options
author | R David Murray <rdmurray@bitdance.com> | 2012-10-06 20:29:14 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2012-10-06 20:29:14 (GMT) |
commit | a21e51570d1f8bc00d7d4a0edb71f29c27bed3b7 (patch) | |
tree | 726cf589b515ff1ffddbf73bb12e5ce4ac53ec2f /Misc | |
parent | 344174dc776243019f3cbdc2f57c8d808aea4450 (diff) | |
download | cpython-a21e51570d1f8bc00d7d4a0edb71f29c27bed3b7.zip cpython-a21e51570d1f8bc00d7d4a0edb71f29c27bed3b7.tar.gz cpython-a21e51570d1f8bc00d7d4a0edb71f29c27bed3b7.tar.bz2 |
whatsnew updates for smtplib and collections.Counter.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -3005,8 +3005,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). |