Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f3ac50b

Browse files
committed
Merge
2 parents 72aeec3 + 9b5626d commit f3ac50b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Doc/library/socketserver.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,8 @@ Server Objects
153153

154154
.. method:: BaseServer.serve_forever(poll_interval=0.5)
155155

156-
Handle requests until an explicit :meth:`shutdown` request. Polls for
157-
shutdown every *poll_interval* seconds. It also calls
156+
Handle requests until an explicit :meth:`shutdown` request.
157+
Poll for shutdown every *poll_interval* seconds. Ignores :attr:`self.timeout`. It also calls
158158
:meth:`service_actions` which may be used by a subclass or Mixin to provide
159159
various cleanup actions. For e.g. ForkingMixin class uses
160160
:meth:`service_actions` to cleanup the zombie child processes.
@@ -172,7 +172,7 @@ Server Objects
172172

173173
.. method:: BaseServer.shutdown()
174174

175-
Tells the :meth:`serve_forever` loop to stop and waits until it does.
175+
Tell the :meth:`serve_forever` loop to stop and waits until it does.
176176

177177

178178
.. attribute:: BaseServer.address_family

0 commit comments

Comments
 (0)