Bill Janssen wrote: > that whole mess of code is a good argument for *not* exposing the > fileno in Python Seems to me that a socket should already *be* a file, so it shouldn't need a makefile() method and you shouldn't have to mess around with filenos. -- Greg