summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2012-10-09 06:12:21 (GMT)
committerChris Jerdonek <chris.jerdonek@gmail.com>2012-10-09 06:12:21 (GMT)
commitad01498fa9c3cade5fad7586710e1491de31f47e (patch)
tree4471c5765ef9d6f041fa2be2cf5a086c40508ddc /Misc
parent2d051b8eaf719c69babbccc7291f173cf30c3536 (diff)
parent470ee39883c13b4307c05dfef10301f3135d8eb2 (diff)
downloadcpython-ad01498fa9c3cade5fad7586710e1491de31f47e.zip
cpython-ad01498fa9c3cade5fad7586710e1491de31f47e.tar.gz
cpython-ad01498fa9c3cade5fad7586710e1491de31f47e.tar.bz2
Issue #16115: Merge subprocess.Popen() documentation improvements from 3.2.
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.