Barry A. Warsaw writes: > Ug. -1 on using PyRun_String(). Doing the socket->_socket shuffle is > better for the long term. I'm inclined to agree, simply because it allows at least a slight simplification in socketmodule.c since the conditional naming of the module init function can be removed. -Fred -- Fred L. Drake, Jr. <fdrake at beopen.com> BeOpen PythonLabs Team Member