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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, docs@python, techtonik, terry.reedy, vstinner
Date 2011-03-22.23:27:15
SpamBayes Score 0.00021322933
Marked as misclassified No
Message-id <1300836436.63.0.0789683235239.issue11633@psf.upfronthosting.co.za>
In-reply-to
Content
The attached patch calls "if file.isatty(): file.flush()" at the end of the print function:
- only when an "end" argument was specified
- errors in file.isatty() are ignored (and then no flush occurs)
History
Date User Action Args
2011-03-22 23:27:16amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, terry.reedy, vstinner, techtonik, docs@python
2011-03-22 23:27:16amaury.forgeotdarcsetmessageid: <1300836436.63.0.0789683235239.issue11633@psf.upfronthosting.co.za>
2011-03-22 23:27:16amaury.forgeotdarclinkissue11633 messages
2011-03-22 23:27:16amaury.forgeotdarccreate