cpython: a3f27289ec68 (original) (raw)

Mercurial > cpython

changeset 79746:a3f27289ec68 3.3

Tweak the threaded example in concurrent.futures

Nick Coghlan ncoghlan@gmail.com
date Tue, 16 Oct 2012 22:50:04 +1000
parents 24d52d3060e8
children f2a739d6fc86 903c276b814a
files Doc/library/concurrent.futures.rst Misc/NEWS
diffstat 2 files changed, 19 insertions(+), 11 deletions(-)[+] [-] Doc/library/concurrent.futures.rst 27 Misc/NEWS 3

line wrap: on

line diff

--- a/Doc/library/concurrent.futures.rst +++ b/Doc/library/concurrent.futures.rst @@ -136,20 +136,25 @@ ThreadPoolExecutor Example 'http://www.bbc.co.uk/',[](#l1.4) 'http://some-made-up-domain.com/'][](#l1.5)

-

ProcessPoolExecutor

--- a/Misc/NEWS +++ b/Misc/NEWS @@ -143,6 +143,9 @@ Build Documentation ------------- +- Additional comments and some style changes in the concurrent.futures URL