commit | ad01498fa9c3cade5fad7586710e1491de31f47e | [log] [tgz] |
---|---|---|
author | Chris Jerdonek <chris.jerdonek@gmail.com> | Mon Oct 08 23:12:21 2012 -0700 |
committer | Chris Jerdonek <chris.jerdonek@gmail.com> | Mon Oct 08 23:12:21 2012 -0700 |
tree | 4471c5765ef9d6f041fa2be2cf5a086c40508ddc | |
parent | 2d051b8eaf719c69babbccc7291f173cf30c3536 [diff] [blame] | |
parent | 470ee39883c13b4307c05dfef10301f3135d8eb2 [diff] [blame] |
Issue #16115: Merge subprocess.Popen() documentation improvements from 3.2.
diff --git a/Misc/NEWS b/Misc/NEWS index 29b6ff1..184932f 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -124,6 +124,9 @@ 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.