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-11.15:08:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1507734534.72.0.213398074469.issue28647@psf.upfronthosting.co.za>
In-reply-to
Content
I just checked the master branch:

-u     : unbuffered binary stdout and stderr, stdin always buffered;
         also PYTHONUNBUFFERED=x
         see man page for details on internal buffering relating to '-u'

The doc is wrong. stdout and stderr are fully unbuferred since Serhiy changed them: commit 77732be801c18013cfbc86e27fcc50194ca22c8e, bpo-30404.
History
Date User Action Args
2017-10-11 15:08:54vstinnersetrecipients: + vstinner, ncoghlan, gdr@garethrees.org, berker.peksag, serhiy.storchaka, eryksun
2017-10-11 15:08:54vstinnersetmessageid: <1507734534.72.0.213398074469.issue28647@psf.upfronthosting.co.za>
2017-10-11 15:08:54vstinnerlinkissue28647 messages
2017-10-11 15:08:54vstinnercreate