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 eric.araujo, l0nwlf, ned.deily, ronaldoussoren, slcott, zvezdan
Date 2010-07-09.14:45:39
SpamBayes Score 0.026502782
Marked as misclassified No
Message-id <1278686741.96.0.0622417233108.issue9033@psf.upfronthosting.co.za>
In-reply-to
Content
We either have to add some translation, or tweak parts of python:

* the cmd module needs to learn how to configure libedit when
  the readline extension was linked to libedit

* the rlcompleter documentation needs to be updated to do the same

And that's just the stdlib. IIRC ipython contains code that uses libedit
style configuration instead of readline when using /usr/bin/python on OSX, and there are probably other.

IMHO the current behavior is confusing: the module is named readline, but sometimes uses libedit behavior. At least I ensured that the usage of libedit can be detected by introspecting readline.__doc__.

A basic translator shouldn't be that hard...
History
Date User Action Args
2010-07-09 14:45:42ronaldoussorensetrecipients: + ronaldoussoren, ned.deily, eric.araujo, zvezdan, l0nwlf, slcott
2010-07-09 14:45:41ronaldoussorensetmessageid: <1278686741.96.0.0622417233108.issue9033@psf.upfronthosting.co.za>
2010-07-09 14:45:40ronaldoussorenlinkissue9033 messages
2010-07-09 14:45:39ronaldoussorencreate