Skip to content

Commit 1b85eeb

Browse files
moshekaplansrinivasreddy
authored andcommitted
Remove incorrect imports rationale comment in http.server (python#128278)
Remove reference to gethostbyaddr(), because it's not actually used within this code.
1 parent 4c51a09 commit 1b85eeb

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)