This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: GNU readline 4.2 prompt issue
Type: Stage:
Components: Extension Modules Versions:
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: Nosy List: gvanrossum, mwh
Priority: normal Keywords:

Created on 2002-12-30 17:47 by gvanrossum, last changed 2022-04-10 16:06 by admin. This issue is now closed.

Messages (4)
msg13707 - (view) Author: Guido van Rossum (gvanrossum) * (Python committer) Date: 2002-12-30 17:47
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()).
msg13708 - (view) Author: Michael Hudson (mwh) (Python committer) Date: 2005-04-07 08:55
Logged In: YES 
user_id=6656

I can't reproduce this.

(looking at old open readline bugs -- me?)
msg13709 - (view) Author: Guido van Rossum (gvanrossum) * (Python committer) Date: 2005-04-07 16:46
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.
msg13710 - (view) Author: Michael Hudson (mwh) (Python committer) Date: 2005-04-08 08:06
Logged In: YES 
user_id=6656

Oops, I have readline 4.3 too.

Still, I'm going to close this as out of date/3rd party.
History
Date User Action Args
2022-04-10 16:06:04adminsetgithub: 37663
2002-12-30 17:47:45gvanrossumcreate