gh-141444: Fix dead URLs in urllib documentation#148952
Open
ZLeventer wants to merge 1 commit intopython:mainfrom
Open
gh-141444: Fix dead URLs in urllib documentation#148952ZLeventer wants to merge 1 commit intopython:mainfrom
ZLeventer wants to merge 1 commit intopython:mainfrom
Conversation
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.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Replace dead/broken URLs in urllib documentation files:
Doc/library/urllib.request.rst: Replacemusi-cal.com(returns 503) withpython.org/searchin the GET example, and replacerequestb.in(returns 403) withhttpbin.org/postin the POST exampleDoc/library/urllib.robotparser.rst: Replace barehttp://www.robotstxt.org/orig.htmlURL with an:rfc:9309`` reference — RFC 9309 ("Robots Exclusion Protocol") is the authoritative IETF standard for robots.txtCloses #141444
Closes #141412
📚 Documentation preview 📚: https://cpython-previews--148952.org.readthedocs.build/