Message109746
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... |
|
Date |
User |
Action |
Args |
2010-07-09 14:45:42 | ronaldoussoren | set | recipients:
+ ronaldoussoren, ned.deily, eric.araujo, zvezdan, l0nwlf, slcott |
2010-07-09 14:45:41 | ronaldoussoren | set | messageid: <1278686741.96.0.0622417233108.issue9033@psf.upfronthosting.co.za> |
2010-07-09 14:45:40 | ronaldoussoren | link | issue9033 messages |
2010-07-09 14:45:39 | ronaldoussoren | create | |
|