Issue #5179: Fixed subprocess handle leak on failure on windows.
diff --git a/Misc/NEWS b/Misc/NEWS
index d91164f..6e71500 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -168,6 +168,8 @@
 Library
 -------
 
+- Issue #5179: Fixed subprocess handle leak on failure on windows.
+
 - PEP 372:  Added collections.OrderedDict().
 
 - The _asdict() for method for namedtuples now returns an OrderedDict().