]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.9] gh-102627: Replace address pointing toward malicious web page (GH-102630) ...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 13 Mar 2023 23:28:36 +0000 (16:28 -0700)
committerGitHub <noreply@github.com>
Mon, 13 Mar 2023 23:28:36 +0000 (19:28 -0400)
(cherry picked from commit 61479d46848bc7a7f9b571b0b09c4a4b4436d839)

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>
Doc/library/concurrent.futures.rst

index 70a17a23119c123ea1280b515fd4ef00c74ac52c..37c142074fbf618a5960cf3c7c124cf227368695 100644 (file)
@@ -194,7 +194,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):