Issue #11692: Remove unnecessary demo functions in subprocess module.
diff --git a/Misc/NEWS b/Misc/NEWS
index e7446f3..016d07e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -87,6 +87,8 @@
 Library
 -------
 
+- Issue #11692: Remove unnecessary demo functions in subprocess module.
+
 - Issue #11675: multiprocessing.[Raw]Array objects created from an integer size
   are now zeroed on creation.  This matches the behaviour specified by the
   documentation.