Skip to content

Commit 00d1d32

Browse files
miss-islingtonBlind4BasicsCAM-Gerlachhugovk
authored
[3.7] gh-102627: Replace address pointing toward malicious web page (GH-102630) (GH-102668)
(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 cbd192b commit 00d1d32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/concurrent.futures.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ ThreadPoolExecutor Example
173173
'http://www.cnn.com/',
174174
'http://europe.wsj.com/',
175175
'http://www.bbc.co.uk/',
176-
'http://some-made-up-domain.com/']
176+
'http://nonexistant-subdomain.python.org/']
177177

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

0 commit comments

Comments
 (0)