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 gvanrossum
Recipients Drekin, benjamin.peterson, brett.cannon, eric.araujo, georg.brandl, gvanrossum, ncoghlan, pitrou, steve.dower, tshepang, vstinner
Date 2014-07-30.17:49:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1406742597.12.0.225967197033.issue17620@psf.upfronthosting.co.za>
In-reply-to
Content
I propose not to mess with GNU readline.  But that doesn't mean we can't try to fix this issue by detecting that sys.stdin has changed and use it if it isn't referring to the original process stdin.  It will be tricky however to make sure nothing breaks.

(The passage quoted from the GNU readline docs seems to imply that it's in non-blocking mode, and that the FD is a raw tty device, probably with echo off.  It will give escape sequences for e.g. arrow keys.)
History
Date User Action Args
2014-07-30 17:49:57gvanrossumsetrecipients: + gvanrossum, brett.cannon, georg.brandl, ncoghlan, pitrou, vstinner, benjamin.peterson, eric.araujo, tshepang, Drekin, steve.dower
2014-07-30 17:49:57gvanrossumsetmessageid: <1406742597.12.0.225967197033.issue17620@psf.upfronthosting.co.za>
2014-07-30 17:49:57gvanrossumlinkissue17620 messages
2014-07-30 17:49:56gvanrossumcreate