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 bkabrda
Recipients bkabrda
Date 2013-12-04.12:06:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1386158776.45.0.265770743985.issue19884@psf.upfronthosting.co.za>
In-reply-to
Content
A simple reproducer:

python -c 'import readline' | xxd
0000000: 1b5b 3f31 3033 3468                      .[?1034h

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?

Thanks.

[1] https://bugzilla.redhat.com/show_bug.cgi?id=880393
[2] https://bugzilla.redhat.com/show_bug.cgi?id=593799
[3] http://lists.gnu.org/archive/html/bug-readline/2011-04/msg00009.html
History
Date User Action Args
2013-12-04 12:06:16bkabrdasetrecipients: + bkabrda
2013-12-04 12:06:16bkabrdasetmessageid: <1386158776.45.0.265770743985.issue19884@psf.upfronthosting.co.za>
2013-12-04 12:06:16bkabrdalinkissue19884 messages
2013-12-04 12:06:16bkabrdacreate