From 51ac4f4b619edba1e3e48c6c52bf72dc70a4c986 Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Wed, 1 Apr 2009 18:57:45 +0000 Subject: Add NEWS item. --- Misc/NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index d6bc73a..5691fd5 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -92,6 +92,8 @@ Core and Builtins 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. -- cgit v0.12