Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1079619

Browse filesBrowse files
[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 53e8942) Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
1 parent a868628 commit 1079619
Copy full SHA for 1079619

File tree

Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed

‎Lib/urllib/robotparser.py

Copy file name to clipboardExpand all lines: Lib/urllib/robotparser.py
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"""
1212

1313
import collections
14+
import urllib.error
1415
import urllib.parse
1516
import urllib.request
1617

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.