[ python-Bugs-1073736 ] ^Z doesn't exit interpreter - 2.4c1 & Win2K

SourceForge.net noreply at sourceforge.net
Fri Dec 3 13:53:23 CET 2004


Bugs item #1073736, was opened at 2004-11-26 13:18
Message generated for change (Comment added) made by kjohnson
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1073736&group_id=5470

Category: Python Interpreter Core
Group: Python 2.4
Status: Open
Resolution: None
Priority: 5
Submitted By: Kent Johnson (kjohnson)
Assigned to: Nobody/Anonymous (nobody)
Summary: ^Z doesn't exit interpreter - 2.4c1 & Win2K

Initial Comment:
In Python 2.3.4 on my Windows 2000 system, typing
control-Z at the interpreter prompt echos '^Z' and
exits the interpreter. In Python 2.4c1 when I type
control-Z, nothing happens at all - the interpreter
does not respond in any way.

Kent

----------------------------------------------------------------------

>Comment By: Kent Johnson (kjohnson)
Date: 2004-12-03 12:53

Message:
Logged In: YES 
user_id=49695

I haven't seen this problem in 2.4 final.

----------------------------------------------------------------------

Comment By: Facundo Batista (facundobatista)
Date: 2004-12-03 12:42

Message:
Logged In: YES 
user_id=752496

I'm using Win2k, sp2, Py2.4, and it works OK.

Could you please test 2.4 final?

----------------------------------------------------------------------

Comment By: Tim Peters (tim_one)
Date: 2004-12-01 17:08

Message:
Logged In: YES 
user_id=31435

jbrouwers:  That's expected.  You have to hit ENTER after it 
echoes ^Z.  Then it should exit.

----------------------------------------------------------------------

Comment By: Jean M. Brouwers (jbrouwers)
Date: 2004-12-01 17:04

Message:
Logged In: YES 
user_id=832557

On Windows XP SP2, Python 2.3.4 echos '^Z' and does *not*
exit.  

----------------------------------------------------------------------

Comment By: Raymond Hettinger (rhettinger)
Date: 2004-11-29 06:34

Message:
Logged In: YES 
user_id=80475

I cannot reproduce either.

----------------------------------------------------------------------

Comment By: Kent Johnson (kjohnson)
Date: 2004-11-27 11:02

Message:
Logged In: YES 
user_id=49695

I am unable to reproduce this today, though I have seen it
on more than one occasion...

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1073736&group_id=5470


More information about the Python-bugs-list mailing list