Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c71653 commit 7750bdeCopy full SHA for 7750bde
1 file changed
Doc/library/socketserver.rst
@@ -289,7 +289,7 @@ Server Objects
289
.. XXX should the default implementations of these be documented, or should
290
it be assumed that the user will look at socketserver.py?
291
292
- .. method:: finish_request()
+ .. method:: finish_request(request, client_address)
293
294
Actually processes the request by instantiating :attr:`RequestHandlerClass` and
295
calling its :meth:`~BaseRequestHandler.handle` method.
0 commit comments