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 vajrasky
Recipients bkabrda, dmalcolm, pitrou, vajrasky
Date 2013-12-04.15:51:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1386172284.46.0.946869149164.issue19884@psf.upfronthosting.co.za>
In-reply-to
Content
Reproducible under Fedora 18.

$ ./python -c "import readline" | hexdump -C
00000000  1b 5b 3f 31 30 33 34 68                           |.[?1034h|
00000008

$ TERM=dumb ./python -c "import readline" | hexdump -C
History
Date User Action Args
2013-12-04 15:51:24vajraskysetrecipients: + vajrasky, pitrou, dmalcolm, bkabrda
2013-12-04 15:51:24vajraskysetmessageid: <1386172284.46.0.946869149164.issue19884@psf.upfronthosting.co.za>
2013-12-04 15:51:24vajraskylinkissue19884 messages
2013-12-04 15:51:24vajraskycreate