In message <[email protected]>, Igor Katson wrote:
> Lawrence D'Oliveiro wrote: > >> In message <[email protected]>, Igor >> Katson wrote: >> >>> I have problems in getting a SocketServer to shutdown. >> >> Do you want to do a shutdown or a close? >> > I want the server close the socket ... You want to do a close, do a close, not a shutdown <http://docs.python.org/library/socket.html>. -- http://mail.python.org/mailman/listinfo/python-list
