Hello,

    Something in IronPython is now looking for Control-z, which is fine
on Windows, but on Unix, Control-Z stands for "suspend application".

    In Unix, the end-of-file descriptor is control-d;   Am not sure why
the code is actually looking for a Control-Z, while it could be checking
whether there is input available instead.

miguel.
_______________________________________________
users mailing list
users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to