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 pitrou
Recipients Arfrever, David.Edelsohn, eryksun, marczellm, ncoghlan, pitrou, python-dev, skrah, tim.golden, zach.ware
Date 2014-05-11.14:44:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1399819446.0.0.141175585002.issue21425@psf.upfronthosting.co.za>
In-reply-to
Content
So, it seems like under Fedora (or PowerLinux), the Python interactive prompt produces different byte contents on stderr:

[ 21/389] test_cmd_line_script
repl stderr[:4]: b'Pyth'
repl stderr[:4]: b'[GCC'
repl stderr[:4]: b'Type'
repl stderr[:4]: b'\x1b[?1'

I wonder if it's because of GNU readline?
History
Date User Action Args
2014-05-11 14:44:06pitrousetrecipients: + pitrou, ncoghlan, tim.golden, Arfrever, skrah, python-dev, zach.ware, eryksun, David.Edelsohn, marczellm
2014-05-11 14:44:06pitrousetmessageid: <1399819446.0.0.141175585002.issue21425@psf.upfronthosting.co.za>
2014-05-11 14:44:05pitroulinkissue21425 messages
2014-05-11 14:44:05pitroucreate