]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Patch #1599845: Add an option to disable the implicit calls to server_bind() and...
authorCollin Winter <collinw@gmail.com>
Sat, 10 Mar 2007 14:41:48 +0000 (14:41 +0000)
committerCollin Winter <collinw@gmail.com>
Sat, 10 Mar 2007 14:41:48 +0000 (14:41 +0000)
commitae04106a0ebf271b4c4f3ce04c1ee84cab9b43fe
tree1fc1a6e52d138459fc058cff6b4ba5b13c779bda
parent3351aa7dd509c72335fd37a7eae79e62ba48f773
Patch #1599845: Add an option to disable the implicit calls to server_bind() and server_activate() in the constructors for TCPServer, SimpleXMLRPCServer and DocXMLRPCServer.
Doc/lib/libdocxmlrpc.tex
Doc/lib/libsimplexmlrpc.tex
Lib/DocXMLRPCServer.py
Lib/SimpleXMLRPCServer.py
Lib/SocketServer.py
Misc/NEWS