Patch from Chiu-Hsiang Hsu.
ServerClass=HTTPServer, protocol="HTTP/1.0", port=8000, bind=""):
"""Test the HTTP request handler class.
- This runs an HTTP server on port 8000 (or the first command line
- argument).
+ This runs an HTTP server on port 8000 (or the port argument).
"""
server_address = (bind, port)
Ken Howard
Brad Howes
Mike Hoy
+Chiu-Hsiang Hsu
Chih-Hao Huang
Christian Hudon
Lawrence Hudson
Library
-------
+- Issue #24774: Fix docstring in http.server.test. Patch from Chiu-Hsiang Hsu.
+
- Issue #21159: Improve message in configparser.InterpolationMissingOptionError.
Patch from Ćukasz Langa.