Issue #13237: Forward port from 3.2 of subprocess documentation updates. Needed quite a few adjustments to account for new features coming in 3.3
diff --git a/Misc/NEWS b/Misc/NEWS
index af4775a..1a226a5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1780,6 +1780,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.
 
 - Issue #11818: Fix tempfile examples for Python 3.