commit | ec3ea94251307071111304b95b2ffd3b3703e967 | [log] [tgz] |
---|---|---|
author | Chris Jerdonek <chris.jerdonek@gmail.com> | Sun Sep 30 00:10:28 2012 -0700 |
committer | Chris Jerdonek <chris.jerdonek@gmail.com> | Sun Sep 30 00:10:28 2012 -0700 |
tree | 3c1f6f9cb345e61bbb3628aec4686456ed2abc88 | |
parent | f727082b71900bb78284924ad7879c85c012c9c6 [diff] [blame] |
Issue #15533: Clarify docs and add tests for subprocess.Popen()'s cwd argument.
diff --git a/Misc/NEWS b/Misc/NEWS index 7347f50..d22347d 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -597,6 +597,9 @@ Documentation ------------- +- Issue #15533: Clarify docs and add tests for subprocess.Popen()'s cwd + argument. + - Issue #16036: Improve documentation of built-in int()'s signature and arguments.