This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jftuga
Recipients docs@python, jftuga
Date 2017-01-22.12:51:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1485089477.55.0.359256533213.issue29284@psf.upfronthosting.co.za>
In-reply-to
Content
I have updated the Python 3.6 example for 17.4.2.1. ThreadPoolExecutor Example.  Please see the attachment.  On my system this is the output:

thread name: loader_0
thread name: loader_1
thread name: loader_2
thread name: loader_3
thread name: loader_4
'http://example.com/' page is 1270 bytes
'http://www.foxnews.com/' page is 67351 bytes
'http://www.cnn.com/' page is 137164 bytes
'http://europe.wsj.com/' page is 914169 bytes
'http://www.bbc.co.uk/' page is 229503 bytes

Could you please consider adding this to the official documentation?
History
Date User Action Args
2017-01-22 12:51:17jftugasetrecipients: + jftuga, docs@python
2017-01-22 12:51:17jftugasetmessageid: <1485089477.55.0.359256533213.issue29284@psf.upfronthosting.co.za>
2017-01-22 12:51:17jftugalinkissue29284 messages
2017-01-22 12:51:17jftugacreate