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 yselivanov
Recipients martin.panter, ned.deily, r.david.murray, ronaldoussoren, serhiy.storchaka, yselivanov
Date 2015-11-18.22:36:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1447886211.11.0.0775638452681.issue25660@psf.upfronthosting.co.za>
In-reply-to
Content
> Is this related to the BSD editline library (libedit), or is the actual Gnu Readline library being used? Apparently you can check for "libedit" in readline.__doc__ to tell the difference.


Great suggestion.  So on my machine, macports version (no bug) is built against readline; manual build from source -- libedit.

So apparently, this is a libedit thing.
History
Date User Action Args
2015-11-18 22:36:51yselivanovsetrecipients: + yselivanov, ronaldoussoren, ned.deily, r.david.murray, martin.panter, serhiy.storchaka
2015-11-18 22:36:51yselivanovsetmessageid: <1447886211.11.0.0775638452681.issue25660@psf.upfronthosting.co.za>
2015-11-18 22:36:51yselivanovlinkissue25660 messages
2015-11-18 22:36:51yselivanovcreate