summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2012-10-09 06:06:57 (GMT)
committerChris Jerdonek <chris.jerdonek@gmail.com>2012-10-09 06:06:57 (GMT)
commit470ee39883c13b4307c05dfef10301f3135d8eb2 (patch)
treebd8f2fe7241f944cb39fb34fbc401e05821374e3 /Misc
parent0230b6af78c9059016df341dc94a4a09ccbe3881 (diff)
downloadcpython-470ee39883c13b4307c05dfef10301f3135d8eb2.zip
cpython-470ee39883c13b4307c05dfef10301f3135d8eb2.tar.gz
cpython-470ee39883c13b4307c05dfef10301f3135d8eb2.tar.bz2
Issue #16115: Improve subprocess.Popen() documentation around args, shell, and executable arguments.
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 409c1f3..759a12c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -609,6 +609,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.