[Python-checkins] [3.8] gh-102627: Replace address pointing toward malicious web page (GH-102630) (GH-102667)

ned-deily webhook-mailer at python.org
Mon Mar 13 19:29:31 EDT 2023


https://github.com/python/cpython/commit/045b2523ff395efbbbd9369c7becec8e2236bde9
commit: 045b2523ff395efbbbd9369c7becec8e2236bde9
branch: 3.8
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: ned-deily <nad at python.org>
date: 2023-03-13T19:29:24-04:00
summary:

[3.8] gh-102627: Replace address pointing toward malicious web page (GH-102630) (GH-102667)

(cherry picked from commit 61479d46848bc7a7f9b571b0b09c4a4b4436d839)

Co-authored-by: Blind4Basics <32236948+Blind4Basics at users.noreply.github.com>
Co-authored-by: C.A.M. Gerlach <CAM.Gerlach at Gerlach.CAM>
Co-authored-by: Hugo van Kemenade <hugovk at users.noreply.github.com>

files:
M Doc/library/concurrent.futures.rst

diff --git a/Doc/library/concurrent.futures.rst b/Doc/library/concurrent.futures.rst
index 54c9c2e0fd51..cf9cd4c1ecc0 100644
--- a/Doc/library/concurrent.futures.rst
+++ b/Doc/library/concurrent.futures.rst
@@ -182,7 +182,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):



More information about the Python-checkins mailing list