Issue #13237: Rearrange subprocess module documentation to emphasise the convenience functions and commonly needed arguments
diff --git a/Misc/NEWS b/Misc/NEWS
index 10a0e41..a501954 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -345,6 +345,9 @@
 Documentation
 -------------
 
+- Issue #13237: Reorganise subprocess documentation to emphasise convenience
+  functions and the most commonly needed arguments to Popen.
+
 - Issue #13141: Demonstrate recommended style for SocketServer examples.