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 severb
Recipients severb
Date 2008-11-05.18:22:27
SpamBayes Score 5.3047324e-06
Marked as misclassified No
Message-id <1225909409.69.0.679575967126.issue4263@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-11-05 18:23:29severbsetrecipients: + severb
2008-11-05 18:23:29severbsetmessageid: <1225909409.69.0.679575967126.issue4263@psf.upfronthosting.co.za>
2008-11-05 18:22:29severblinkissue4263 messages
2008-11-05 18:22:28severbcreate