summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNick Coghlan <ncoghlan@gmail.com>2012-10-16 12:50:04 (GMT)
committerNick Coghlan <ncoghlan@gmail.com>2012-10-16 12:50:04 (GMT)
commitf06ea25df2e7840d00a3ad624446c47f93aad1d4 (patch)
tree8eba914b7e3486af8d6b1dd3b643997d1b35c2aa /Misc
parentc101bf32c4011a3c7f3249b8c15bcf95b944095b (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f779e02..115e94d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.