[Patches] [ python-Patches-1599845 ] TCPServer option to bind and activate

SourceForge.net noreply at sourceforge.net
Sat Mar 10 12:51:27 CET 2007


Patches item #1599845, was opened at 2006-11-20 18:15
Message generated for change (Comment added) made by loewis
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: Accepted
Priority: 5
Private: No
Submitted By: Peter Parente (parente)
>Assigned to: Collin Winter (collinwinter)
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: Martin v. Löwis (loewis)
Date: 2007-03-10 12:51

Message:
Logged In: YES 
user_id=21627
Originator: NO

It looks fine indeed. Please apply. Make sure you check #1595742 as well.

----------------------------------------------------------------------

Comment By: Collin Winter (collinwinter)
Date: 2007-03-10 01:24

Message:
Logged In: YES 
user_id=1344176
Originator: NO

Martin, any reason not to apply this?

----------------------------------------------------------------------

Comment By: Peter Parente (parente)
Date: 2006-11-30 02: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 07: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


More information about the Patches mailing list