]> 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:42:37 +0000 (15:42 -0700)
committerGitHub <noreply@github.com>
Mon, 13 Mar 2023 22:42:37 +0000 (15:42 -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 a25ad09c0a8908f211b62630ed97de2e6b09586e..2db289e39a7c5f83c7f49ee984f27f0a9de23321 100644 (file)
@@ -201,7 +201,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):