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 sbt
Recipients benjamin.peterson, neologix, petri.lehtinen, pitrou, sbt, stutzbach
Date 2011-11-05.00:20:54
SpamBayes Score 0.0038473816
Marked as misclassified No
Message-id <1320452456.67.0.0391983293521.issue13322@psf.upfronthosting.co.za>
In-reply-to
Content
The attached patch makes BufferedWrite.write() raise BlockingIOError when the raw file is non-blocking and the write would block.
History
Date User Action Args
2011-11-05 00:20:56sbtsetrecipients: + sbt, pitrou, benjamin.peterson, stutzbach, neologix, petri.lehtinen
2011-11-05 00:20:56sbtsetmessageid: <1320452456.67.0.0391983293521.issue13322@psf.upfronthosting.co.za>
2011-11-05 00:20:56sbtlinkissue13322 messages
2011-11-05 00:20:56sbtcreate