]> granicus.if.org Git - python/commit
Patch #742598 from Michael Pomraning: add .timeout attribute to SocketServer that...
authorAndrew M. Kuchling <amk@amk.ca>
Sat, 19 Jan 2008 16:26:13 +0000 (16:26 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Sat, 19 Jan 2008 16:26:13 +0000 (16:26 +0000)
commite45a77adbec3ceb2aefe7ae7e60e28e903d16172
treedbb47d9de478721f04abc073d3d85bd466c18e95
parent5e3745c886929bc8db4b987b5eb178fbeede75da
Patch #742598 from Michael Pomraning: add .timeout attribute to SocketServer that will call
.handle_timeout() method when no requests are received within the timeout period.
Doc/library/socketserver.rst
Lib/SocketServer.py
Misc/ACKS
Misc/NEWS