Remove incorrect imports rationale comment in http.server (#128278)

Remove reference to gethostbyaddr(), because it's not actually used within this code.
This commit is contained in:
Moshe Kaplan 2024-12-26 16:53:37 -05:00 committed by GitHub
parent 3bd7730bbd
commit ea2b53739f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -99,7 +99,7 @@ import os
import posixpath
import select
import shutil
import socket # For gethostbyaddr()
import socket
import socketserver
import sys
import time