mirror of
https://github.com/python/cpython.git
synced 2025-10-02 05:12:23 +00:00
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 61479d4684
)
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>
This commit is contained in:
parent
b0e221cfc8
commit
43f8082b1c
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ ThreadPoolExecutor Example
|
|||
'http://www.cnn.com/',
|
||||
'http://europe.wsj.com/',
|
||||
'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
|
||||
def load_url(url, timeout):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue