gh-102627: Replace address pointing toward malicious web page (#102630) · DataDog/cpython@61479d4 (original) (raw)
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -202,7 +202,7 @@ ThreadPoolExecutor Example | ||
| 202 | 202 | 'http://www.cnn.com/', |
| 203 | 203 | 'http://europe.wsj.com/', |
| 204 | 204 | 'http://www.bbc.co.uk/', |
| 205 | - 'http://some-made-up-domain.com/'\] | |
| 205 | + 'http://nonexistant-subdomain.python.org/'\] | |
| 206 | 206 | |
| 207 | 207 | # Retrieve a single page and report the URL and contents |
| 208 | 208 | def load_url(url, timeout): |