sockets don't play nice with new style classes :(

Skip Montanaro skip at pobox.com
Sat May 14 14:51:51 EDT 2005


    Paul> It seems to me that the socket module itself should be rewritten
    Paul> to use new style classes, so that socket.socket objects can extend
    Paul> _socket.socket instead of wrapping them.

    Paul> Am I missing something?

Probably not.  The socket module could use some attention.

Skip



More information about the Python-list mailing list