Skip to content

Commit

Permalink
Remove incorrect imports rationale comment in http.server (#128278)
Browse files Browse the repository at this point in the history
Remove reference to gethostbyaddr(), because it's not actually used within this code.
  • Loading branch information
moshekaplan authored Dec 26, 2024
1 parent 3bd7730 commit ea2b537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/http/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
import posixpath
import select
import shutil
import socket # For gethostbyaddr()
import socket
import socketserver
import sys
import time
Expand Down

0 comments on commit ea2b537

Please sign in to comment.