[issue4263] BufferedWriter non-blocking overage

2008-11-06 Thread Banesiu Sever
Banesiu Sever [EMAIL PROTECTED] added the comment: Thanks for your review, here's a new patch. I've added a new test for the pre-flush condition and made the comments less cryptic. Added file: http://bugs.python.org/file11953/bw_overage2.diff ___ Python

[issue4263] BufferedWriter non-blocking overage

2008-11-05 Thread Banesiu Sever
New submission from Banesiu Sever [EMAIL PROTECTED]: In some corner cases io.BufferedWriter raises an io.BlockingIOError lying about the number of characters written. I've added some tests and a small change to fix this issue. -- components: Library (Lib) files: bw_overage.diff keywords