[ python-Bugs-660083 ] GNU readline 4.2 prompt issue

SourceForge.net noreply at sourceforge.net
Thu Apr 7 18:46:19 CEST 2005


Bugs item #660083, was opened at 2002-12-30 12:47
Message generated for change (Comment added) made by gvanrossum
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=660083&group_id=5470

Category: Extension Modules
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Guido van Rossum (gvanrossum)
Assigned to: Nobody/Anonymous (nobody)
Summary: GNU readline 4.2 prompt issue

Initial Comment:
When Python is linked with GNU readline 4.2, using
raw_input() without a prompt causes the most recent
non-empty prompt to be used. GNU readline 4.1 and
before don't have this behavior. I don't want it,  but
I don't know how to disable it (I am passing an empty
string for the prompt to readline()).

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

>Comment By: Guido van Rossum (gvanrossum)
Date: 2005-04-07 12:46

Message:
Logged In: YES 
user_id=6380

Me neither, but then I've got GNU readline 4.3 here, not
4.2, and I'm to lazy to try to reproduce it.

Assuming that you actually tested with 4.2, just close it.

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

Comment By: Michael Hudson (mwh)
Date: 2005-04-07 04:55

Message:
Logged In: YES 
user_id=6656

I can't reproduce this.

(looking at old open readline bugs -- me?)

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

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


More information about the Python-bugs-list mailing list