Message193090
| Author | ronaldoussoren |
|---|---|
| Recipients | ned.deily, ronaldoussoren |
| Date | 2013-07-15.12:24:20 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1373891060.78.0.881069869114.issue18458@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Modules/readline.c contains a workaround for a bug in the readline emulation of libedit: that emulation uses a different starting offset for the history than the real readline. In more recent versions of libedit (such as the one you can now download from <http://www.thrysoee.dk/editline/>) the bug has been fixed and the workaround causes problems. The attached patch dynamicly detects if the workaround is necessary. NOTE: Actually using the trysoee.dk libedit requires a patch to setup.py, that version of libedit does not install libreadline.dylib, only libedit.dylib. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2013-07-15 12:24:20 | ronaldoussoren | set | recipients: + ronaldoussoren, ned.deily |
| 2013-07-15 12:24:20 | ronaldoussoren | set | messageid: <1373891060.78.0.881069869114.issue18458@psf.upfronthosting.co.za> |
| 2013-07-15 12:24:20 | ronaldoussoren | link | issue18458 messages |
| 2013-07-15 12:24:20 | ronaldoussoren | create | |