> >
> >> Hmm... I've just tried it on several windows interpreters.
> >>
> >> Ctrl-Z as an exit works on Python 2.2.3 (???), but not Python
> 2.3, 2.4,
> >> or 2.5b1
> >>
> >
> > Did you forget to press enter after typing Ctrl-Z, like the
> "exit" message says?
> >
> Nope I didn't for
tirely 100% the same.
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael Foord
Sent: Saturday, July 22, 2006 3:22 PM
To: Discussion of IronPython
Subject: Re: [IronPython] IronPython Console on Unix.
Jonathan Jacobs wrote:
> Michael Foord wrote:
>
Jonathan Jacobs wrote:
> Michael Foord wrote:
>
>> Hmm... I've just tried it on several windows interpreters.
>>
>> Ctrl-Z as an exit works on Python 2.2.3 (???), but not Python 2.3, 2.4,
>> or 2.5b1
>>
>
> Did you forget to press enter after typing Ctrl-Z, like the "exit" message
> says?
Michael Foord wrote:
> Hmm... I've just tried it on several windows interpreters.
>
> Ctrl-Z as an exit works on Python 2.2.3 (???), but not Python 2.3, 2.4,
> or 2.5b1
Did you forget to press enter after typing Ctrl-Z, like the "exit" message says?
Python 2.4.2 (#67, Sep 28 2005, 12:41:11) [MS
#x27;t have
> Environment.EndOfFileDescriptor :).
>
> -Original Message-
> From: [EMAIL PROTECTED]
> <mailto:[EMAIL PROTECTED]> [mailto:
> [EMAIL PROTECTED]
> <mailto:[EMAIL PROTECTED]>] On Behalf Of Miguel
> de Icaza
> Sent
character/keystroke.
From:
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of John Tobler
Sent: Saturday, July 22, 2006 5:32
PM
To: Discussion of IronPython
Subject: Re: [IronPython]
IronPython Console on Unix.
> Just to get your Unix input on this: Would us check
> Just to get your Unix input on this: Would us checking Environment.OSVersion.Platform
> and switch from Ctrl-Z to Ctrl-D for Unix sound ok to you? The reason I ask is we don't
> have Environment.EndOfFileDescriptor :).
Considering that CTRL-Z has indicated an exit from Python Consoles on all
nal Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Miguel de Icaza
Sent: Wednesday, July 12, 2006 11:30 AM
To: Discussion of IronPython
Subject: [IronPython] IronPython Console on Unix.
Hello,
Something in IronPython is now looking for Control-z, which is fine on
Wi
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
whet