]> granicus.if.org Git - python/commit
Issue #19884: readline: Disable the meta modifier key if stdout is not a
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 24 Jul 2014 10:22:24 +0000 (12:22 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 24 Jul 2014 10:22:24 +0000 (12:22 +0200)
commit63a474788a3f53f8edb62cf895aeb90508435c1d
treef7c7d0756ac06b355b059c77d3c3727d7946131f
parent909d61f7dddb95170f85ffd9aa2381116b9197fd
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.
Lib/test/test_readline.py
Misc/NEWS
Modules/readline.c