Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
9644f245
Commit
9644f245
authored
Aug 17, 2015
by
Robert Collins
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue #24774: Fix docstring in http.server.test.
Patch from Chiu-Hsiang Hsu.
parent
c6dd5b1c
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
+4
-2
Lib/http/server.py
Lib/http/server.py
+1
-2
Misc/ACKS
Misc/ACKS
+1
-0
Misc/NEWS
Misc/NEWS
+2
-0
No files found.
Lib/http/server.py
View file @
9644f245
...
...
@@ -1211,8 +1211,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
)
...
...
Misc/ACKS
View file @
9644f245
...
...
@@ -610,6 +610,7 @@ Alan Hourihane
Ken Howard
Brad Howes
Mike Hoy
Chiu-Hsiang Hsu
Chih-Hao Huang
Christian Hudon
Lawrence Hudson
...
...
Misc/NEWS
View file @
9644f245
...
...
@@ -75,6 +75,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
.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment