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 martin.panter
Recipients berker.peksag, donmez, emaste, eric.araujo, koobs, martin.panter, ned.deily, ngie, ronaldoussoren, vstinner
Date 2016-03-22.05:57:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1458626277.1.0.293335303454.issue13501@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2016-03-22 05:57:59martin.pantersetrecipients: + martin.panter, ronaldoussoren, vstinner, donmez, ned.deily, eric.araujo, ngie, berker.peksag, koobs, emaste
2016-03-22 05:57:57martin.pantersetmessageid: <1458626277.1.0.293335303454.issue13501@psf.upfronthosting.co.za>
2016-03-22 05:57:57martin.panterlinkissue13501 messages
2016-03-22 05:57:56martin.pantercreate