summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 29b6ff1..184932f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -124,6 +124,9 @@ Build
Documentation
-------------
+- Issue #16115: Improve subprocess.Popen() documentation around args, shell,
+ and executable arguments.
+
- Issue #15533: Clarify docs and add tests for `subprocess.Popen()`'s cwd
argument.