Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0275b12

Browse files
miss-islingtonBlind4BasicsCAM-Gerlachhugovk
authoredMar 13, 2023
gh-102627: Replace address pointing toward malicious web page (GH-102630)
* Replace known bad address pointing toward a malicious web page. (cherry picked from commit 61479d4) Co-authored-by: Blind4Basics <32236948+Blind4Basics@users.noreply.github.com> Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM> Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
1 parent 83ccaf2 commit 0275b12

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
@@ -201,7 +201,7 @@ ThreadPoolExecutor Example
201201
'http://www.cnn.com/',
202202
'http://europe.wsj.com/',
203203
'http://www.bbc.co.uk/',
204-
'http://some-made-up-domain.com/']
204+
'http://nonexistant-subdomain.python.org/']
205205

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

0 commit comments

Comments
 (0)
Please sign in to comment.