From: Chris Jerdonek Date: Tue, 9 Oct 2012 06:14:46 +0000 (-0700) Subject: Issue #16115: Merge subprocess.Popen() documentation improvements from 3.3. X-Git-Tag: v3.4.0a1~2299 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=85aa0118dbe0caf704d6c5de94ddcf7f4dcba32c;p=python Issue #16115: Merge subprocess.Popen() documentation improvements from 3.3. --- 85aa0118dbe0caf704d6c5de94ddcf7f4dcba32c diff --cc Misc/NEWS index ff6abb1455,184932fd4c..a5b57b85d1 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -155,9 -124,9 +155,12 @@@ Buil 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. + - Issue #15533: Clarify docs and add tests for `subprocess.Popen()`'s cwd argument.