Commit aa910056 authored by Masayuki Yamamoto's avatar Masayuki Yamamoto Committed by Berker Peksag

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

(cherry picked from commit 7750bded)
parent 3393c806
......@@ -284,7 +284,7 @@ Server Objects
.. XXX should the default implementations of these be documented, or should
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
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