summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2009-04-01 19:05:50 (GMT)
committerRaymond Hettinger <python@rcn.com>2009-04-01 19:05:50 (GMT)
commit3f10a952f6056b6797e4187bcfa1a97c21d1b3bb (patch)
treefd77e13d51d8e407ecc12a206b67cbb670ee88bc /Misc
parent0759dd66c581a65381412a2ff98dac8edd58ddee (diff)
downloadcpython-3f10a952f6056b6797e4187bcfa1a97c21d1b3bb.zip
cpython-3f10a952f6056b6797e4187bcfa1a97c21d1b3bb.tar.gz
cpython-3f10a952f6056b6797e4187bcfa1a97c21d1b3bb.tar.bz2
Issue #5647: MutableSet.__iand__() no longer mutates self during iteration.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 2ecd85b..f003c0a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -55,6 +55,8 @@ Core and Builtins
Library
-------
+- Issue #5647: MutableSet.__iand__() no longer mutates self during iteration.
+
- Issue #5624: Fix the _winreg module name still used in several modules.
- Issue #5628: Fix io.TextIOWrapper.read() with a unreadable buffer.