Merged revisions 70137 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r70137 | hirokazu.yamamoto | 2009-03-04 07:18:14 +0900 | 1 line

  Issue #5179: Fixed subprocess handle leak on failure on windows.
........
diff --git a/Misc/NEWS b/Misc/NEWS
index 6093fc2..2338bf7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -89,6 +89,8 @@
 Library
 -------
 
+- Issue #5179: Fixed subprocess handle leak on failure on windows.
+
 - Issue #4308: httplib.IncompleteRead's repr doesn't include all of the data all
   ready received.