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 serhiy.storchaka
Recipients berker.peksag, eryksun, gdr@garethrees.org, ncoghlan, serhiy.storchaka, vstinner
Date 2017-10-12.15:40:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1507822839.42.0.213398074469.issue28647@psf.upfronthosting.co.za>
In-reply-to
Content
> Hum, I propose to mention stdin in -u documentation as: "The option has no effect on stdin." What do you think?

This LGTM too. More precise, it has no effect on stdin buffering. It has effect on the line_buffering attribute, but this attribute has no effect on reading.

> The last sentence is wrong and should be removed from sys.stdin documentation, no?

Or correct it, making it related only to stdout and stderr.
History
Date User Action Args
2017-10-12 15:40:39serhiy.storchakasetrecipients: + serhiy.storchaka, ncoghlan, vstinner, gdr@garethrees.org, berker.peksag, eryksun
2017-10-12 15:40:39serhiy.storchakasetmessageid: <1507822839.42.0.213398074469.issue28647@psf.upfronthosting.co.za>
2017-10-12 15:40:39serhiy.storchakalinkissue28647 messages
2017-10-12 15:40:39serhiy.storchakacreate