Commit 7750bded authored by Masayuki Yamamoto's avatar Masayuki Yamamoto Committed by Berker Peksag

Document parameters of BaseServer.finish_request() (GH-4445)

parent 0c71653c
...@@ -289,7 +289,7 @@ Server Objects ...@@ -289,7 +289,7 @@ Server Objects
.. XXX should the default implementations of these be documented, or should .. XXX should the default implementations of these be documented, or should
it be assumed that the user will look at socketserver.py? it be assumed that the user will look at socketserver.py?
.. method:: finish_request() .. method:: finish_request(request, client_address)
Actually processes the request by instantiating :attr:`RequestHandlerClass` and Actually processes the request by instantiating :attr:`RequestHandlerClass` and
calling its :meth:`~BaseRequestHandler.handle` method. calling its :meth:`~BaseRequestHandler.handle` method.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment