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 docs@python, mjpieters, pitrou
Date 2013-01-11.22:47:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1357944466.59.0.778719352347.issue16937@psf.upfronthosting.co.za>
In-reply-to
Content
Indeed, stdin is always buffered, simply because it doesn't make a difference (except if you're trying to read raw data from fd 0).
History
Date User Action Args
2013-01-11 22:47:46pitrousetrecipients: + pitrou, mjpieters, docs@python
2013-01-11 22:47:46pitrousetmessageid: <1357944466.59.0.778719352347.issue16937@psf.upfronthosting.co.za>
2013-01-11 22:47:46pitroulinkissue16937 messages
2013-01-11 22:47:46pitroucreate