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 ischwabacher
Recipients Arfrever, David.Edelsohn, Edd.Barrett, Maxime Belanger, benjamin.peterson, bkabrda, dmalcolm, geoffreyspear, ischwabacher, jcea, ned.deily, pitrou, python-dev, rpointel, vajrasky, vlee, vstinner
Date 2015-03-03.17:15:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1425402930.41.0.302955028202.issue19884@psf.upfronthosting.co.za>
In-reply-to
Content
From the OP:

> This was reported at [1] and originally at [2]. The readline maintainer suggests [3] using:
> 
>     rl_variable_bind ("enable-meta-key", "off");
> 
> which was introduced in readline 6.1. Do you think it'd be safe to add the above line?

From 3.4.3 final:

>     @unittest.skipIf(readline._READLINE_VERSION < 0x0600
>                      and "libedit" not in readline.__doc__,
>                      "not supported in this library version")


The test currently fails on readline version 6.0.  The version to test on needs a bump to 0x0610.
History
Date User Action Args
2015-03-03 17:15:30ischwabachersetrecipients: + ischwabacher, jcea, pitrou, vstinner, benjamin.peterson, ned.deily, Arfrever, dmalcolm, geoffreyspear, python-dev, rpointel, bkabrda, David.Edelsohn, vajrasky, Edd.Barrett, vlee, Maxime Belanger
2015-03-03 17:15:30ischwabachersetmessageid: <1425402930.41.0.302955028202.issue19884@psf.upfronthosting.co.za>
2015-03-03 17:15:30ischwabacherlinkissue19884 messages
2015-03-03 17:15:29ischwabachercreate