commit | 51ac4f4b619edba1e3e48c6c52bf72dc70a4c986 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Wed Apr 01 18:57:45 2009 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Wed Apr 01 18:57:45 2009 +0000 |
tree | 3ce88b171ee5a0803472da853b1b51a915cf21f6 | |
parent | 38f57a1c757630c248ff139a9f123df32931c357 [diff] [blame] |
Add NEWS item.
diff --git a/Misc/NEWS b/Misc/NEWS index d6bc73a..5691fd5 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -92,6 +92,8 @@ Library ------- +- Issue #5647: MutableSet.__iand__() no longer mutates self during iteration. + - Issue #5619: Multiprocessing children disobey the debug flag and causes popups on windows buildbots. Patch applied to work around this issue.