| commit | f06ea25df2e7840d00a3ad624446c47f93aad1d4 | [log] [tgz] |
|---|---|---|
| author | Nick Coghlan <ncoghlan@gmail.com> | Tue Oct 16 22:50:04 2012 +1000 |
| committer | Nick Coghlan <ncoghlan@gmail.com> | Tue Oct 16 22:50:04 2012 +1000 |
| tree | 8eba914b7e3486af8d6b1dd3b643997d1b35c2aa | |
| parent | c101bf32c4011a3c7f3249b8c15bcf95b944095b [diff] [blame] |
Tweak the threaded example in concurrent.futures
diff --git a/Misc/NEWS b/Misc/NEWS index f779e02..115e94d 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -143,6 +143,9 @@ Documentation ------------- +- Additional comments and some style changes in the concurrent.futures URL + retrieval example + - Issue #16115: Improve subprocess.Popen() documentation around args, shell, and executable arguments.