[Patches] [ python-Patches-496882 ] Echo readline() reply to stdout

noreply@sourceforge.net noreply@sourceforge.net
Thu, 27 Dec 2001 02:32:24 -0800


Patches item #496882, was opened at 2001-12-26 13:59
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=496882&group_id=5470

Category: Macintosh
Group: None
>Status: Closed
Resolution: None
Priority: 5
Submitted By: Dean Draayer (draayer)
Assigned to: Just van Rossum (jvr)
Summary: Echo readline() reply to stdout

Initial Comment:
The readline() method in SimpleStdin gets its input from an AskString() dialog box.  Although the prompt from a raw_input() call gets printed to stdout, the user's reply (obtained via the dialog box from readline()) is not echoed back.  This patch rectifies this problem.

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

>Comment By: Just van Rossum (jvr)
Date: 2001-12-27 02:32

Message:
Logged In: YES 
user_id=92689

I've checked in a modified version of this patch.
(Dean: while the other mods you made do make
sense, they distracted from the *real* patch...)

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

Comment By: Jack Jansen (jackjansen)
Date: 2001-12-26 14:31

Message:
Logged In: YES 
user_id=45365

This is an IDE patch, so I'm assigning it to Just. Also, I remember that we discussed a similar patch
at some point in the past, and I vaguely remember that there were some reasons not to do this, or
something (can I get more vague? :-)


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

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=496882&group_id=5470