summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNick Coghlan <ncoghlan@gmail.com>2011-11-08 12:11:21 (GMT)
committerNick Coghlan <ncoghlan@gmail.com>2011-11-08 12:11:21 (GMT)
commit217f05b3edbcab4dfcf5ce79cbc963ac1bd6c2a1 (patch)
treec6c20dfbb9cb6d13cafc63978efa6f5e09d658da /Misc
parent304a165426600cbec24fa0f2089a045e44af22db (diff)
parent32e4a58c0656d1f3a6415cd099bf1e531bc37c01 (diff)
downloadcpython-217f05b3edbcab4dfcf5ce79cbc963ac1bd6c2a1.zip
cpython-217f05b3edbcab4dfcf5ce79cbc963ac1bd6c2a1.tar.gz
cpython-217f05b3edbcab4dfcf5ce79cbc963ac1bd6c2a1.tar.bz2
Issue #13237: Forward port from 3.2 of subprocess documentation updates. Needed quite a few adjustments to account for new features coming in 3.3
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 af4775a..1a226a5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1780,6 +1780,9 @@ C-API
Documentation
-------------
+- Issue #13237: Reorganise subprocess documentation to emphasise convenience
+ functions and the most commonly needed arguments to Popen.
+
- Issue #13141: Demonstrate recommended style for socketserver examples.
- Issue #11818: Fix tempfile examples for Python 3.