commit | 3f10a952f6056b6797e4187bcfa1a97c21d1b3bb | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Wed Apr 01 19:05:50 2009 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Wed Apr 01 19:05:50 2009 +0000 |
tree | fd77e13d51d8e407ecc12a206b67cbb670ee88bc | |
parent | 0759dd66c581a65381412a2ff98dac8edd58ddee [diff] [blame] |
Issue #5647: MutableSet.__iand__() no longer mutates self during iteration.
diff --git a/Misc/NEWS b/Misc/NEWS index 2ecd85b..f003c0a 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -55,6 +55,8 @@ 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.