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 vlee
Recipients berker.peksag, vlee
Date 2014-12-20.07:38:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1419061115.39.0.648738910669.issue23092@psf.upfronthosting.co.za>
In-reply-to
Content
The regression is introduced with this commit.

commit fa06e2bb13a3e67a0641025483efb19ef569dbd9
Author: Victor Stinner <victor.stinner@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.
History
Date User Action Args
2014-12-20 07:38:35vleesetrecipients: + vlee, berker.peksag
2014-12-20 07:38:35vleesetmessageid: <1419061115.39.0.648738910669.issue23092@psf.upfronthosting.co.za>
2014-12-20 07:38:35vleelinkissue23092 messages
2014-12-20 07:38:35vleecreate