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 vstinner
Recipients lsowen, vstinner, zach.ware
Date 2016-07-12.22:04:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1468361095.53.0.139091629468.issue27497@psf.upfronthosting.co.za>
In-reply-to
Content
It doesn't seem right to me.

The writer should be blocking: write *all* data, don't use partial write.

Supporting partial write (non-blocking files) requires more changes, and it isn't worth it.

Here the problem is that the function doesn't support partial write. Each time, it tries to write the full content.

What is your use case?
History
Date User Action Args
2016-07-12 22:04:55vstinnersetrecipients: + vstinner, zach.ware, lsowen
2016-07-12 22:04:55vstinnersetmessageid: <1468361095.53.0.139091629468.issue27497@psf.upfronthosting.co.za>
2016-07-12 22:04:55vstinnerlinkissue27497 messages
2016-07-12 22:04:55vstinnercreate