On 2014-07-08 11:08, Terry Reedy wrote:
> > Indeed.  Ctrl-D is _the_ canonical way to tell a program that's
> > reading stdin that your're done.  
> 
> Not on Windows.

Okay, EOF is the canonical way to tell a program reading stdin that
you're done.  It just happens that EOF ^D on *nix-likes and ^Z on
Win32. :-)

-tkc


-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to