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 John Hagen, martin.panter, r.david.murray, serhiy.storchaka, xiang.zhang
Date 2017-01-03.06:41:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1483425708.4.0.577648174924.issue29130@psf.upfronthosting.co.za>
In-reply-to
Content
> Having said all that, perhaps it would be reasonable to tolerate a missing flush() method, and not treat this as an error.

In all cases the flush() method is called unconditionally. I think it can be considered as mandatory part of the writer protocol.
History
Date User Action Args
2017-01-03 06:41:48serhiy.storchakasetrecipients: + serhiy.storchaka, r.david.murray, martin.panter, xiang.zhang, John Hagen
2017-01-03 06:41:48serhiy.storchakasetmessageid: <1483425708.4.0.577648174924.issue29130@psf.upfronthosting.co.za>
2017-01-03 06:41:48serhiy.storchakalinkissue29130 messages
2017-01-03 06:41:48serhiy.storchakacreate