summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2012-10-09 06:14:46 (GMT)
committerChris Jerdonek <chris.jerdonek@gmail.com>2012-10-09 06:14:46 (GMT)
commit85aa0118dbe0caf704d6c5de94ddcf7f4dcba32c (patch)
tree9ea0d9fb050394b501b5bf3f8f01aa284b9ebf86 /Misc
parent82a74cb12914047dd08851873ea66a73306d6383 (diff)
parentad01498fa9c3cade5fad7586710e1491de31f47e (diff)
downloadcpython-85aa0118dbe0caf704d6c5de94ddcf7f4dcba32c.zip
cpython-85aa0118dbe0caf704d6c5de94ddcf7f4dcba32c.tar.gz
cpython-85aa0118dbe0caf704d6c5de94ddcf7f4dcba32c.tar.bz2
Issue #16115: Merge subprocess.Popen() documentation improvements from 3.3.
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 ff6abb1..a5b57b8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -155,6 +155,9 @@ Build
Documentation
-------------
+- Issue #16115: Improve subprocess.Popen() documentation around args, shell,
+ and executable arguments.
+
- Issue #13498: Clarify docs of os.makedirs()'s exist_ok argument. Done with
great native-speaker help from R. David Murray.