diff options
author | Chris Jerdonek <chris.jerdonek@gmail.com> | 2012-10-09 06:14:46 (GMT) |
---|---|---|
committer | Chris Jerdonek <chris.jerdonek@gmail.com> | 2012-10-09 06:14:46 (GMT) |
commit | 85aa0118dbe0caf704d6c5de94ddcf7f4dcba32c (patch) | |
tree | 9ea0d9fb050394b501b5bf3f8f01aa284b9ebf86 /Misc | |
parent | 82a74cb12914047dd08851873ea66a73306d6383 (diff) | |
parent | ad01498fa9c3cade5fad7586710e1491de31f47e (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |