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 terry.reedy
Recipients georg.brandl, giampaolo.rodola, gvanrossum, terry.reedy
Date 2012-01-11.19:28:07
SpamBayes Score 2.1221081e-07
Marked as misclassified No
Message-id <1326310087.73.0.0689228614333.issue13761@psf.upfronthosting.co.za>
In-reply-to
Content
I added a couple of lines to the 3.2, 3.3 print doc in #11633. When a change is made here, they could be updated to something like:
"Output buffering is normally determined by *file*. Use flush=True to force immediate output to a device such as a screen."

Unless there is a good reason, I prefer, unlike the other params, *not* allowing flush=None as a synonym for flush=<the default, ie False>.
History
Date User Action Args
2012-01-11 19:28:07terry.reedysetrecipients: + terry.reedy, gvanrossum, georg.brandl, giampaolo.rodola
2012-01-11 19:28:07terry.reedysetmessageid: <1326310087.73.0.0689228614333.issue13761@psf.upfronthosting.co.za>
2012-01-11 19:28:07terry.reedylinkissue13761 messages
2012-01-11 19:28:07terry.reedycreate