[issue27392] Add a server_side keyword parameter to create_connection

Guido van Rossum report at bugs.python.org
Sun Jun 26 17:41:12 EDT 2016


Guido van Rossum added the comment:

I'm confused. create_connection() is meant for creating client connection,
so I don't think a server_side flag makes sense. (There are lower-level
internal APIs that do take a server_side flag, but create_connection() is
just one caller for these.)

If create_server() is buggy we should fix those bugs!

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27392>
_______________________________________


More information about the Python-bugs-list mailing list