Patches item #1599845, was opened at 2006-11-20 12:15 Message generated for change (Comment added) made by parente You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1599845&group_id=5470
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Modules Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Peter Parente (parente) Assigned to: Nobody/Anonymous (nobody) Summary: TCPServer option to bind and activate Initial Comment: 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. ---------------------------------------------------------------------- >Comment By: Peter Parente (parente) Date: 2006-11-29 20:18 Message: Logged In: YES user_id=624776 Originator: YES I marked the parameter as new to Python 2.6 in the documentation. Is this correct? ---------------------------------------------------------------------- Comment By: Martin v. Löwis (loewis) Date: 2006-11-22 01:50 Message: Logged In: YES user_id=21627 Originator: NO Can you please provide documentation patches as well? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1599845&group_id=5470 _______________________________________________ Patches mailing list Patches@python.org http://mail.python.org/mailman/listinfo/patches