Vinson Lee added the comment:

The regression is introduced with this commit.

commit fa06e2bb13a3e67a0641025483efb19ef569dbd9
Author: Victor Stinner <victor.stin...@gmail.com>
Date:   Thu Jul 24 12:22:24 2014 +0200

    Issue #19884: readline: Disable the meta modifier key if stdout is not a
    terminal to not write the ANSI sequence "\033[1034h" into stdout. This 
sequence
    is used on some terminal (ex: TERM=xterm-256color") to enable support of 8 
bit
    characters.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue23092>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to