mirror of https://github.com/python/cpython
gh-102627: Replace address pointing toward malicious web page (#102630)
* Replace known bad address pointing toward a malicious web page. Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM> Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
This commit is contained in:
parent
392f2ad3cb
commit
61479d4684
|
@ -202,7 +202,7 @@ ThreadPoolExecutor Example
|
||||||
'http://www.cnn.com/',
|
'http://www.cnn.com/',
|
||||||
'http://europe.wsj.com/',
|
'http://europe.wsj.com/',
|
||||||
'http://www.bbc.co.uk/',
|
'http://www.bbc.co.uk/',
|
||||||
'http://some-made-up-domain.com/']
|
'http://nonexistant-subdomain.python.org/']
|
||||||
|
|
||||||
# Retrieve a single page and report the URL and contents
|
# Retrieve a single page and report the URL and contents
|
||||||
def load_url(url, timeout):
|
def load_url(url, timeout):
|
||||||
|
|
Loading…
Reference in New Issue