In article <[EMAIL PROTECTED]>, Gabriel Genellina wrote: > So this is the way to check for EOF. If you don't like how it was spelled, > try this: > > if data=="": break
How about: if not data: break ? ;-) -- http://mail.python.org/mailman/listinfo/python-list