Message263085
wfile-partial.patch tries to avoid partial writes in every relevant wfile.write() call I could find. Usually I do this by building a BufferedWriter around wfile.
I propose to apply my patch to 3.5 (if people think it is reasonable). For 3.6 I opened Issue 26721 to change the class used for wfile instead. |
|
Date |
User |
Action |
Args |
2016-04-09 12:22:18 | martin.panter | set | recipients:
+ martin.panter, pje, jmadden, Jonathan Kamens, marcjofre, Paolo Veglia |
2016-04-09 12:22:16 | martin.panter | set | messageid: <1460204536.86.0.92249514471.issue24291@psf.upfronthosting.co.za> |
2016-04-09 12:22:16 | martin.panter | link | issue24291 messages |
2016-04-09 12:22:16 | martin.panter | create | |
|