Update of /projects/cvsroot/python/dist/src/Lib In directory eric:/projects/python/develop/guido/src/Lib Modified Files: telnetlib.py Log Message: Added mt_interact() -- multithreaded version of interact(). interact() automatically uses this on Windows (where the single-threaded version doesn't work).