Skip to content

Commit c6e4ea8

Browse files
Blind4BasicsCAM-Gerlachhugovk
authored andcommitted
pythongh-102627: Replace address pointing toward malicious web page (pythonGH-102630)
* Replace known bad address pointing toward a malicious web page. (cherry picked from commit 61479d4) Co-authored-by: Blind4Basics <[email protected]> Co-authored-by: C.A.M. Gerlach <[email protected]> Co-authored-by: Hugo van Kemenade <[email protected]>
1 parent bf99e19 commit c6e4ea8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/concurrent.futures.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ ThreadPoolExecutor Example
194194
'http://www.cnn.com/',
195195
'http://europe.wsj.com/',
196196
'http://www.bbc.co.uk/',
197-
'http://some-made-up-domain.com/']
197+
'http://nonexistant-subdomain.python.org/']
198198

199199
# Retrieve a single page and report the URL and contents
200200
def load_url(url, timeout):

0 commit comments

Comments
 (0)