]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] Explicitly import `urllib.error` in `urllib.robotparser` (GH-128737) (#128793)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 13 Jan 2025 16:45:15 +0000 (17:45 +0100)
committerGitHub <noreply@github.com>
Mon, 13 Jan 2025 16:45:15 +0000 (17:45 +0100)
commit1079619073b3eaf4c750dde9367c68c709d5f68d
tree6879ebbb02c0985b5ee2cb54d5e889c4b0dd31f5
parenta8686288366a6149a59d8ef66f9c44b608cda974
[3.13] Explicitly import `urllib.error` in `urllib.robotparser` (GH-128737) (#128793)

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