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, techtonik, vstinner
Date 2011-03-22.17:28:31
SpamBayes Score 3.656364e-05
Marked as misclassified No
Message-id <1300814911.89.0.097996346613.issue11633@psf.upfronthosting.co.za>
In-reply-to
Content
We are talking about different things here:

- When python is run from a console, sys.stdout is line buffered. sys.stdout.write() flushes if there is a carriage return. No need to change anything here.

- print() could call file.flush() if file.isatty(), *after* the multiple calls to file.write().
History
Date User Action Args
2011-03-22 17:28:31amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, vstinner, techtonik
2011-03-22 17:28:31amaury.forgeotdarcsetmessageid: <1300814911.89.0.097996346613.issue11633@psf.upfronthosting.co.za>
2011-03-22 17:28:31amaury.forgeotdarclinkissue11633 messages
2011-03-22 17:28:31amaury.forgeotdarccreate