summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2012-09-30 09:15:37 (GMT)
committerChris Jerdonek <chris.jerdonek@gmail.com>2012-09-30 09:15:37 (GMT)
commit28714c8c26d72cfb3cee4d05f9f5b7390cda291b (patch)
tree76d328f7a0ae88879e91a6a9527d463b75ab05b7 /Misc
parent638df2539e82ce1ea561b40ba979d5c8604c05d2 (diff)
parentec3ea94251307071111304b95b2ffd3b3703e967 (diff)
downloadcpython-28714c8c26d72cfb3cee4d05f9f5b7390cda291b.zip
cpython-28714c8c26d72cfb3cee4d05f9f5b7390cda291b.tar.gz
cpython-28714c8c26d72cfb3cee4d05f9f5b7390cda291b.tar.bz2
Issue #15533: Merge fix from 3.2.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9e0280d..97bb38c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -105,6 +105,9 @@ Build
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.