]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
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 22:43:16 +0000 (15:43 -0700)
committerGitHub <noreply@github.com>
Mon, 13 Mar 2023 22:43:16 +0000 (15:43 -0700)
* Replace known bad address pointing toward a malicious web page.

(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 8106cc235e5a3c027ae965feab84c5f1d0fe0a90..c2c64d9c6ee7695beb22b4fa08b550293cd72250 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):