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 _______________________________________________ Python-3000 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com
