Fixed subprocess bug #1531862 again, after removing tests
offending buildbot
diff --git a/Misc/NEWS b/Misc/NEWS
index 71641af..2c5fdb4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -48,6 +48,8 @@
 - Bug #1541863: uuid.uuid1 failed to generate unique identifiers
   on systems with low clock resolution.
 
+- Bug #1531862: Do not close standard file descriptors in subprocess.
+
 
 Extension Modules
 -----------------