In article <[EMAIL PROTECTED]>,
 Grant Edwards <[EMAIL PROTECTED]> wrote:

>  2) It also says that it makes sense to continue to read a tty
>     after you get an EOF.  That's not true.  Once you get an
>     EOF on a tty, there's no point in reading it any more:
>     you'll continue to get an EOF forever.

They were probably thinking of the way the UNIX tty
driver delivers an EOF on <ctrl>D, after which of
course you can continue to read data from the same tty.

   Donn Cave, [EMAIL PROTECTED]
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to