Skip to content

Commit 045b252

Browse files
miss-islingtonBlind4BasicsCAM-Gerlachhugovk
authored
[3.8] gh-102627: Replace address pointing toward malicious web page (GH-102630) (GH-102667)
(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 ddd495e commit 045b252

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
@@ -182,7 +182,7 @@ ThreadPoolExecutor Example
182182
'http://www.cnn.com/',
183183
'http://europe.wsj.com/',
184184
'http://www.bbc.co.uk/',
185-
'http://some-made-up-domain.com/']
185+
'http://nonexistant-subdomain.python.org/']
186186

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

0 commit comments

Comments
 (0)