mirror of
https://github.com/python/cpython.git
synced 2025-12-10 02:50:09 +00:00
Merge with 3.2 :
Issue #14574: Ignore socket errors raised when flushing a connection on close.
This commit is contained in:
commit
c8e7e2bb76
2 changed files with 8 additions and 3 deletions
|
|
@ -313,8 +313,8 @@ request.
|
|||
.. method:: RequestHandler.finish()
|
||||
|
||||
Called after the :meth:`handle` method to perform any clean-up actions
|
||||
required. The default implementation does nothing. If :meth:`setup` or
|
||||
:meth:`handle` raise an exception, this function will not be called.
|
||||
required. The default implementation does nothing. If :meth:`setup`
|
||||
raises an exception, this function will not be called.
|
||||
|
||||
|
||||
.. method:: RequestHandler.handle()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue