[issue1193577] add server.shutdown() method to SocketServer

Jeffrey Yasskin report at bugs.python.org
Sat Mar 1 22:55:45 CET 2008


Jeffrey Yasskin added the comment:

Also, Pedro's argument against a daemon_threads argument to TCPServer
convinces me. I think we can add it in ThreadingMixIn.__init__ once this
whole hierarchy is switched over to new-style classes. That's already
done in 3.0, but I don't know what it would affect in 2.6. If anyone
wants to keep pushing it, would you open a new bug?

----------
title: add server.shutdown() method and daemon arg to SocketServer -> add server.shutdown() method to SocketServer

_____________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1193577>
_____________________________________


More information about the Python-bugs-list mailing list