]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-102627: Replace address pointing toward malicious web page (#102630)
authorBlind4Basics <32236948+Blind4Basics@users.noreply.github.com>
Mon, 13 Mar 2023 22:35:37 +0000 (23:35 +0100)
committerGitHub <noreply@github.com>
Mon, 13 Mar 2023 22:35:37 +0000 (15:35 -0700)
* 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>
Doc/library/concurrent.futures.rst

index c543c849585b7f095dd3c170da26927d1c414ec0..09c9fc4e6e227a82d86f1aa5daef735a69617707 100644 (file)
@@ -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):