From: Raymond Hettinger Date: Wed, 1 Apr 2009 18:57:45 +0000 (+0000) Subject: Add NEWS item. X-Git-Tag: v2.6.2c1~44 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=51ac4f4b619edba1e3e48c6c52bf72dc70a4c986;p=thirdparty%2FPython%2Fcpython.git Add NEWS item. --- diff --git a/Misc/NEWS b/Misc/NEWS index d6bc73a9cd98..5691fd5d0c1c 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.