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.

Author ronaldoussoren
Recipients mark.dickinson, ronaldoussoren
Date 2009-09-09.19:18:10
SpamBayes Score 8.22532e-10
Marked as misclassified No
Message-id <1252523893.2.0.253561086957.issue6872@psf.upfronthosting.co.za>
In-reply-to
Content
I wouldn't mind having a proper patch and doing away with the need for 
GNU's readline.

IMHO the patch should try to stay as close to GNU readline's interface 
as possible, and should therefore fix the off-by-one difference you 
mention.

BTW. I suppose the configuration (readline.parse_and_bind) needs to be 
in libedit format rather than readline format. If so, we should add 
something to the readline documentation about that and possibly add 
something to the readline library to make it possible to detect if 
readline is ultimately linked to libedit.

BTW. If you want to push the Apple's readline to the limit you should 
try if it works properly with ipython. It used to cause hard crashes 
with Apple's python in 10.5.
History
Date User Action Args
2009-09-09 19:18:13ronaldoussorensetrecipients: + ronaldoussoren, mark.dickinson
2009-09-09 19:18:13ronaldoussorensetmessageid: <1252523893.2.0.253561086957.issue6872@psf.upfronthosting.co.za>
2009-09-09 19:18:11ronaldoussorenlinkissue6872 messages
2009-09-09 19:18:10ronaldoussorencreate