Martin Panter added the comment:

Patch v3 is an update taking into account Ned’s comments, and my own now deeper 
understanding:

* Reworked the --with-readline handling. Suggested options are 
--with-readline=editline, and --without-readline. The current behaviour (use 
-lreadline if possible) should still work by default.
* Adjust the style of the configure.ac syntax to match surrounding code.
* Restore rl_completion_suppress_append check, independent of 
rl_completion_append_character.
* Remove completion_matches() #ifdef madness, originally spawned by Issue 
1703270, which makes no sense to me.
* Restored the runtime Editline checks protected by __APPLE__, but if 
WITH_EDITLINE is specified (e.g. on other platforms) the Editline support is 
always enabled and there are no runtime checks.

----------
Added file: http://bugs.python.org/file42241/editline.v3.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue13501>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to