summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2011-10-19 20:40:37 (GMT)
committerRaymond Hettinger <python@rcn.com>2011-10-19 20:40:37 (GMT)
commitbecd56822ac62ba2ddb4956e84f6854366945617 (patch)
treef1a399031f43a18d7784fe8f0c47d434320edb92 /Misc
parent3bb8be6d78130dfcf49c4860f0009300508ff92b (diff)
downloadcpython-becd56822ac62ba2ddb4956e84f6854366945617.zip
cpython-becd56822ac62ba2ddb4956e84f6854366945617.tar.gz
cpython-becd56822ac62ba2ddb4956e84f6854366945617.tar.bz2
Issue #13121: Support in-place math operators for collections.Counter().
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8774334..cd6747e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -488,6 +488,7 @@ Library
in os.kill().
- Add support for unary plus and unary minus to collections.Counter().
+ Issue #13121: Also an support for inplace math operators.
- Issue #12683: urlparse updated to include svn as schemes that uses relative
paths. (svn from 1.5 onwards support relative path).