diff options
author | Nick Coghlan <ncoghlan@gmail.com> | 2012-10-16 12:50:04 (GMT) |
---|---|---|
committer | Nick Coghlan <ncoghlan@gmail.com> | 2012-10-16 12:50:04 (GMT) |
commit | f06ea25df2e7840d00a3ad624446c47f93aad1d4 (patch) | |
tree | 8eba914b7e3486af8d6b1dd3b643997d1b35c2aa /Misc | |
parent | c101bf32c4011a3c7f3249b8c15bcf95b944095b (diff) | |
download | cpython-f06ea25df2e7840d00a3ad624446c47f93aad1d4.zip cpython-f06ea25df2e7840d00a3ad624446c47f93aad1d4.tar.gz cpython-f06ea25df2e7840d00a3ad624446c47f93aad1d4.tar.bz2 |
Tweak the threaded example in concurrent.futures
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -143,6 +143,9 @@ Build 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. |