Issue #10826: Prevent sporadic failure in test_subprocess on Solaris due
to open door files.
diff --git a/Misc/NEWS b/Misc/NEWS
index 5f2f99c..14f0f5f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -45,6 +45,9 @@
 Tests
 -----
 
+- Issue #10826: Prevent sporadic failure in test_subprocess on Solaris due
+  to open door files.
+
 - Issue #10990: Prevent tests from clobbering a set trace function.