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 arigo, neologix, nikratio, pitrou, serhiy.storchaka, tim.peters, vstinner
Date 2014-12-04.11:27:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <2197037.qk2eIBcB8b@raxxla>
In-reply-to <1417691104.88.0.480478290737.issue17852@psf.upfronthosting.co.za>
Content
> How do you decide which object should be flushed? In which order? We have to
> take care of signals, threads and forks, stay portable, etc.

The order doesn't matter. If you call flush() of TextIOWrapper, flushes of 
buffered writer and raw file will be called automatically. And flush() can be 
called multiple times.
History
Date User Action Args
2014-12-04 11:27:38serhiy.storchakasetrecipients: + serhiy.storchaka, tim.peters, arigo, pitrou, vstinner, nikratio, neologix
2014-12-04 11:27:38serhiy.storchakalinkissue17852 messages
2014-12-04 11:27:38serhiy.storchakacreate