Message225593
It seems this bug was fixed properly by readline in version 6.3; rl_initialize won't put meta codes on the screen. Frankly, I'm surprised distros like Fedora haven't upgraded or patched readline themselves to fix this. Aren't other programs affected?
Turning off "enable-meta-key" isn't great, since it doesn't work on older readline or libedit, and is probably technically a backwards compatibility problem.
I think the best solution would be not call rl_initialize during the initialization of the readline module, but I'm not sure if that could create compatibility problems. |
|
Date |
User |
Action |
Args |
2014-08-20 23:05:49 | benjamin.peterson | set | recipients:
+ benjamin.peterson, pitrou, vstinner, ned.deily, skrah, dmalcolm, geoffreyspear, python-dev, rpointel, bkabrda, vajrasky, Edd.Barrett |
2014-08-20 23:05:49 | benjamin.peterson | set | messageid: <1408575949.78.0.355042601845.issue19884@psf.upfronthosting.co.za> |
2014-08-20 23:05:49 | benjamin.peterson | link | issue19884 messages |
2014-08-20 23:05:49 | benjamin.peterson | create | |
|