commit | c29248f2324188a192d11a0e8adf9e146b326bd4 | [log] [tgz] |
---|---|---|
author | Nick Coghlan <ncoghlan@gmail.com> | Tue Nov 08 20:49:23 2011 +1000 |
committer | Nick Coghlan <ncoghlan@gmail.com> | Tue Nov 08 20:49:23 2011 +1000 |
tree | 2ec3e52424997b2dbdb8ab46f1d06845974ea440 | |
parent | 23760e97edadb33b9b49094d55ded1ffd51a4a81 [diff] [blame] |
Issue #13237: Forward port subprocess module updates and explicitly document UTF-8 encoding assumption when universal_newlines=True
diff --git a/Misc/NEWS b/Misc/NEWS index 2923982..0d5f981 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -259,6 +259,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.