mirror of
https://github.com/python/cpython.git
synced 2025-08-22 17:55:18 +00:00
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:
parent
3bd7730bbd
commit
ea2b53739f
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ import os
|
||||||
import posixpath
|
import posixpath
|
||||||
import select
|
import select
|
||||||
import shutil
|
import shutil
|
||||||
import socket # For gethostbyaddr()
|
import socket
|
||||||
import socketserver
|
import socketserver
|
||||||
import sys
|
import sys
|
||||||
import time
|
import time
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue