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 BreamoreBoy, Jimbofbx, pitrou, r.david.murray, serhiy.storchaka
Date 2014-10-18.17:44:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1413654291.96.0.387676001045.issue12020@psf.upfronthosting.co.za>
In-reply-to
Content
Since 29ba6c399090 stdout and stderr flush upon exit. But any errors on flushing were swallowed. Since 4ca497f4819c (issue5319) an error is printed if stdout flushing fails.

FlushFile doesn't provide all methods and attributes of io.TextIOBase. But it is not required that sys.stdout should be an instance of io.TextIOBase or provide the flush() method. I suppose this is either not a bug or documentation issue.
History
Date User Action Args
2014-10-18 17:44:52serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, r.david.murray, BreamoreBoy, Jimbofbx
2014-10-18 17:44:51serhiy.storchakasetmessageid: <1413654291.96.0.387676001045.issue12020@psf.upfronthosting.co.za>
2014-10-18 17:44:51serhiy.storchakalinkissue12020 messages
2014-10-18 17:44:51serhiy.storchakacreate