mirror of https://github.com/python/cpython
Document parameters of BaseServer.finish_request() (GH-4445)
This commit is contained in:
parent
0c71653cb8
commit
7750bded92
|
@ -289,7 +289,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.
|
||||
|
|
Loading…
Reference in New Issue