summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNick Coghlan <ncoghlan@gmail.com>2012-10-16 12:51:11 (GMT)
committerNick Coghlan <ncoghlan@gmail.com>2012-10-16 12:51:11 (GMT)
commitc7c03ba5bebfc9915d01a2a774b625f79adf2297 (patch)
treef11c1fc43b5c5a0bb69aff894ac22fbe7318beae /Misc
parentb16269e375ec3b9dd656d64469f3810b4a0eec81 (diff)
parentf06ea25df2e7840d00a3ad624446c47f93aad1d4 (diff)
downloadcpython-c7c03ba5bebfc9915d01a2a774b625f79adf2297.zip
cpython-c7c03ba5bebfc9915d01a2a774b625f79adf2297.tar.gz
cpython-c7c03ba5bebfc9915d01a2a774b625f79adf2297.tar.bz2
Merge concurrent.futures example changes from 3.3
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 5d17aec..26addf8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -176,6 +176,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.