Skip to content

Commit

Permalink
Issue python#24774: Fix docstring in http.server.test.
Browse files Browse the repository at this point in the history
Patch from Chiu-Hsiang Hsu.
  • Loading branch information
rbtcollins committed Aug 17, 2015
2 parents bb562a9 + 5409177 commit 61e767b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 1 addition & 2 deletions Lib/http/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -1167,8 +1167,7 @@ def test(HandlerClass=BaseHTTPRequestHandler,
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)
Expand Down
1 change: 1 addition & 0 deletions Misc/ACKS
Original file line number Diff line number Diff line change
Expand Up @@ -622,6 +622,7 @@ Ken Howard
Brad Howes
Mike Hoy
Ben Hoyt
Chiu-Hsiang Hsu
Chih-Hao Huang
Christian Hudon
Lawrence Hudson
Expand Down
2 changes: 2 additions & 0 deletions Misc/NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ Core and Builtins
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.

Expand Down

0 comments on commit 61e767b

Please sign in to comment.