This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author parente
Recipients
Date 2006-11-20.17:15:59
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Adds a flag to the TCPServer constructor to automatically  call server_bind and server_activate or not. Setting this flag to False gives the programmer the chance to manipulate allow_reuse_address on the instance without having to subclass TCPServer or its derivatives just to change the flag. Adds this flag to SimpleXMLRPCServer.__init__ also. See bug #1595742.
History
Date User Action Args
2007-08-23 15:55:23adminlinkissue1599845 messages
2007-08-23 15:55:23admincreate