Add NEWS item.

This commit is contained in:
Raymond Hettinger 2009-04-01 18:57:45 +00:00
parent 38f57a1c75
commit 51ac4f4b61
1 changed files with 2 additions and 0 deletions

View File

@ -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.