[issue27392] Add a server_side keyword parameter to create_connection

Jim Fulton report at bugs.python.org
Sat Jul 9 11:17:47 EDT 2016


Jim Fulton added the comment:

I'd still like to find a way to handle already accepted server sockets.

Can we decide on either:

- a server_side flag to create_connection or

- A new interface for handling an already accepted socket? I would
  call this handle_connection, but I'll take any name. :)

I'm fine with and willing to implement either alternative.

----------

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


More information about the Python-bugs-list mailing list