[issue11130] SocketServer: server_address is... a socket

ProgVal report at bugs.python.org
Sat Feb 5 18:12:21 CET 2011


ProgVal <progval at gmail.com> added the comment:

This seems odd to me: this line:
        self.RequestHandlerClass(request, client_address, self)
calls TCPServer's constructor:
    def __init__(self, server_address, RequestHandlerClass, bind_and_activate=True):

----------

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


More information about the Python-bugs-list mailing list