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 ronaldoussoren, zvezdan
Date 2009-09-10.13:50:47
SpamBayes Score 4.784345e-07
Marked as misclassified No
Message-id <1252590649.85.0.0670347668571.issue6877@psf.upfronthosting.co.za>
In-reply-to
Content
I'm +1 on merging this functionality.

See also: issue6872

As I mentioned there we should ensure that readline linked to libedit 
has the same semantics as readline linked to GNU readline, and because 
the configuration file of libedit has a different format as the one of 
readline we should mention that in the documentation as well.

It would also be nice if one could programmaticly detect if readline is 
linked to libedit, that way tools like ipython can load the right 
configuration files without user interaction.


BTW. I'm pretty sure that the readline emultation on Leopard was pretty 
broken, ipython used to cause hard crashes with /usr/bin/python on 
Leopard.
History
Date User Action Args
2009-09-10 13:50:50ronaldoussorensetrecipients: + ronaldoussoren, zvezdan
2009-09-10 13:50:49ronaldoussorensetmessageid: <1252590649.85.0.0670347668571.issue6877@psf.upfronthosting.co.za>
2009-09-10 13:50:48ronaldoussorenlinkissue6877 messages
2009-09-10 13:50:47ronaldoussorencreate