mirror of
https://github.com/python/cpython.git
synced 2025-09-29 11:45:57 +00:00
Document parameters of BaseServer.finish_request() (GH-4445)
(cherry picked from commit 7750bded92
)
This commit is contained in:
parent
c696119903
commit
2f1ccf5e9c
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue