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 vstinner
Recipients berker.peksag, eryksun, gdr@garethrees.org, ncoghlan, serhiy.storchaka, vstinner
Date 2017-10-12.15:27:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1507822060.56.0.213398074469.issue28647@psf.upfronthosting.co.za>
In-reply-to
Content
> I think we need to document behavior of stdin somewhere, because current the sys.stdin documentation states:
>
>> When interactive, standard streams are line-buffered. Otherwise, they
>> are block-buffered like regular text files. You can override this value
>> with the -u command-line option.

The last sentence is wrong and should be removed from sys.stdin documentation, no?
History
Date User Action Args
2017-10-12 15:27:40vstinnersetrecipients: + vstinner, ncoghlan, gdr@garethrees.org, berker.peksag, serhiy.storchaka, eryksun
2017-10-12 15:27:40vstinnersetmessageid: <1507822060.56.0.213398074469.issue28647@psf.upfronthosting.co.za>
2017-10-12 15:27:40vstinnerlinkissue28647 messages
2017-10-12 15:27:40vstinnercreate