commit | 8671157863060f259394d76e35ca6bfd594024be | [log] [tgz] |
---|---|---|
author | Nick Coghlan <ncoghlan@gmail.com> | Mon Oct 24 22:19:40 2011 +1000 |
committer | Nick Coghlan <ncoghlan@gmail.com> | Mon Oct 24 22:19:40 2011 +1000 |
tree | c5e80b5a4e1d1fa82faef6b64bf974d0c6277dfb | |
parent | df10d7cb9709d684c25fc467505b6da47da1a493 [diff] [blame] |
Issue #13237: Rearrange subprocess module documentation to emphasise the convenience functions and commonly needed arguments
diff --git a/Misc/NEWS b/Misc/NEWS index 10a0e41..a501954 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -345,6 +345,9 @@ 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.