[Guido] > (There's another change we should really make -- instead of a socket > function, there should be a class socket whose constructor does the > work. That's necessary so that isinstance(s, socket.socket) works on > Windows; this currently works on Unix but not on Windows. http://www.python.org/sf/589262