Commit 52ecc9c
committed
Fix dead URLs in urllib documentation
Replace dead/broken URLs in urllib documentation:
- urllib.request.rst: Replace musi-cal.com (503) with python.org/search
for GET example
- urllib.request.rst: Replace requestb.in (403) with httpbin.org/post
for POST example
- urllib.robotparser.rst: Replace robotstxt.org/orig.html with RFC 9309
reference, which is the authoritative IETF standard for robots.txt1 parent 618b726 commit 52ecc9c
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1386 | 1386 | | |
1387 | 1387 | | |
1388 | 1388 | | |
1389 | | - | |
| 1389 | + | |
1390 | 1390 | | |
1391 | 1391 | | |
1392 | 1392 | | |
| |||
1398 | 1398 | | |
1399 | 1399 | | |
1400 | 1400 | | |
1401 | | - | |
| 1401 | + | |
1402 | 1402 | | |
1403 | 1403 | | |
1404 | 1404 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments