]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Explicitly import `urllib.error` in `urllib.robotparser` (#128737)
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Mon, 13 Jan 2025 16:14:59 +0000 (17:14 +0100)
committerGitHub <noreply@github.com>
Mon, 13 Jan 2025 16:14:59 +0000 (17:14 +0100)
commit53e8942e6938df3a32b783815f1bd4b76eed3dd0
tree13554cbcf858d033e9e644f3102642b31a3413b5
parentda8825ea95a7096bb4f933d33b212a94ade10f6e
Explicitly import `urllib.error` in `urllib.robotparser` (#128737)
Lib/urllib/robotparser.py