-
-
Notifications
You must be signed in to change notification settings - Fork 29.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TCPServer option to bind and activate #44256
Comments
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 bpo-1595742. |
Can you please provide documentation patches as well? |
I marked the parameter as new to Python 2.6 in the documentation. Is this correct? |
Martin, any reason not to apply this? |
It looks fine indeed. Please apply. Make sure you check bpo-1595742 as well. |
Applied as r54262. Thanks for your patch! |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: