]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] Explicitly import `urllib.error` in `urllib.robotparser` (GH-128737) (#128794)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 13 Jan 2025 16:32:38 +0000 (17:32 +0100)
committerGitHub <noreply@github.com>
Mon, 13 Jan 2025 16:32:38 +0000 (16:32 +0000)
commit552b2a0f6eef913f5de8d6c9927296e7c30198f1
tree230bdeedab8f35bba8e7ad574153d2f5dc0b0231
parentca5ff6b40c8e8223c3d105f161c51e3f8254ed48
[3.12] Explicitly import `urllib.error` in `urllib.robotparser` (GH-128737) (#128794)

Explicitly import `urllib.error` in `urllib.robotparser` (GH-128737)
(cherry picked from commit 53e8942e6938df3a32b783815f1bd4b76eed3dd0)

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Lib/urllib/robotparser.py