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)
f
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
__