commit | 1906c0c992258b88ea01668ed54f9d9f0ce5e5f3 | [log] [tgz] |
---|---|---|
author | Chris Jerdonek <chris.jerdonek@gmail.com> | Mon Oct 08 23:18:17 2012 -0700 |
committer | Chris Jerdonek <chris.jerdonek@gmail.com> | Mon Oct 08 23:18:17 2012 -0700 |
tree | 4f7a9e26cc45ce2a27c766c76edb01a5a29fe7a1 | |
parent | ad4b0001794e47368b0997183b30b1171eab2790 [diff] [blame] |
Issue #16115: Backport subprocess.Popen() documentation improvements from 3.2.
diff --git a/Misc/NEWS b/Misc/NEWS index a52a71f..fb84312 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -468,6 +468,9 @@ Documentation ------------- +- Issue #16115: Improve subprocess.Popen() documentation around args, shell, + and executable arguments. + - Issue #15979: Improve timeit documentation. - Issue #16036: Improve documentation of built-in int()'s signature and