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 Drekin
Recipients Drekin, benjamin.peterson, brett.cannon, eric.araujo, georg.brandl, gvanrossum, ncoghlan, pitrou, steve.dower, tshepang, vstinner
Date 2014-07-30.18:04:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1406743462.38.0.943437303029.issue17620@psf.upfronthosting.co.za>
In-reply-to
Content
My naive picture of ideal situation looks like this: When the interactive loop wants input, it just calls sys.stdin.readline, which delegates to sys.stdin.buffer.raw.readinto or .read, these can use GNU readline if available to get the data. May I ask, what's wrong with my picture?
History
Date User Action Args
2014-07-30 18:04:22Drekinsetrecipients: + Drekin, gvanrossum, brett.cannon, georg.brandl, ncoghlan, pitrou, vstinner, benjamin.peterson, eric.araujo, tshepang, steve.dower
2014-07-30 18:04:22Drekinsetmessageid: <1406743462.38.0.943437303029.issue17620@psf.upfronthosting.co.za>
2014-07-30 18:04:22Drekinlinkissue17620 messages
2014-07-30 18:04:22Drekincreate