summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2012-10-06 20:29:14 (GMT)
committerR David Murray <rdmurray@bitdance.com>2012-10-06 20:29:14 (GMT)
commita21e51570d1f8bc00d7d4a0edb71f29c27bed3b7 (patch)
tree726cf589b515ff1ffddbf73bb12e5ce4ac53ec2f /Misc
parent344174dc776243019f3cbdc2f57c8d808aea4450 (diff)
downloadcpython-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/NEWS5
1 files changed, 3 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index be761e6..97283aa 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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).