]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Remove incorrect imports rationale comment in `http.server` (#128278)
authorMoshe Kaplan <mosheekaplan@gmail.com>
Thu, 26 Dec 2024 21:53:37 +0000 (16:53 -0500)
committerGitHub <noreply@github.com>
Thu, 26 Dec 2024 21:53:37 +0000 (13:53 -0800)
commitea2b53739f1128184b4140decbeffeac6cfe966f
tree2d014598e9b777d2aae0dabe7e3b4107cce137d2
parent3bd7730bbda3e38db5920a7b8c95958ca90342bf
Remove incorrect imports rationale comment in `http.server` (#128278)

Remove reference to gethostbyaddr(), because it's not actually used within this code.
Lib/http/server.py