8000 Remove incorrect imports rationale comment in `http.server` (#128278) · python/cpython@ea2b537 · GitHub
[go: up one dir, main page]

Skip to content

Commit ea2b537

Browse files
authored
Remove incorrect imports rationale comment in http.server (#128278)
Remove reference to gethostbyaddr(), because it's not actually used within this code.
1 parent 3bd7730 commit ea2b537

File tree

Collapse file tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/http/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
import posixpath
100100
import select
101101
import shutil
102-
import socket # For gethostbyaddr()
102+
import socket
103103
import socketserver
104104
import sys
105105
import time

0 commit comments

Comments
 (0)
0