]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add NEWS item.
authorRaymond Hettinger <python@rcn.com>
Wed, 1 Apr 2009 18:57:45 +0000 (18:57 +0000)
committerRaymond Hettinger <python@rcn.com>
Wed, 1 Apr 2009 18:57:45 +0000 (18:57 +0000)
Misc/NEWS

index d6bc73a9cd986b3bece345da0137a90742b096fb..5691fd5d0c1ca48e7cde61443564d646594cc8f9 100644 (file)
--- 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.