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 pitrou
Recipients amaury.forgeotdarc, brian.curtin, loewis, mspacek, pitrou, tim.golden, vstinner
Date 2010-11-04.21:31:22
SpamBayes Score 0.0007291418
Marked as misclassified No
Message-id <1288906279.3539.77.camel@localhost.localdomain>
In-reply-to <1288905549.43.0.888749248457.issue9611@psf.upfronthosting.co.za>
Content
> On a second thought... is there another example where a *blocking*
> stream does not write all the data without raising an exception?

It can happen with pipes or sockets, if some buffer can only store part
of the data. Or any regular stream if a signal is received after part of
the data has been written.
History
Date User Action Args
2010-11-04 21:31:23pitrousetrecipients: + pitrou, loewis, amaury.forgeotdarc, vstinner, tim.golden, brian.curtin, mspacek
2010-11-04 21:31:22pitroulinkissue9611 messages
2010-11-04 21:31:22pitroucreate