[issue19884] Importing readline produces erroneous output

Isaac Schwabacher report at bugs.python.org
Tue Mar 3 18:15:30 CET 2015


Isaac Schwabacher added the comment:

>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.

----------
nosy: +ischwabacher

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19884>
_______________________________________


More information about the Python-bugs-list mailing list