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 jnoller
Recipients jnoller, jpe, ocean-city
Date 2009-04-01.16:37:34
SpamBayes Score 1.7809234e-05
Marked as misclassified No
Message-id <1238603856.94.0.671908579552.issue3551@psf.upfronthosting.co.za>
In-reply-to
Content
I've been thinking about this a bit, and I think raising an exception and 
returning the amount of bytes read makes more sense then just hiding 
it/eating the errors. Explicit > Implicit in this case, at lease doing 
this gives the controller a method of reacting.
History
Date User Action Args
2009-04-01 16:37:37jnollersetrecipients: + jnoller, jpe, ocean-city
2009-04-01 16:37:36jnollersetmessageid: <1238603856.94.0.671908579552.issue3551@psf.upfronthosting.co.za>
2009-04-01 16:37:35jnollerlinkissue3551 messages
2009-04-01 16:37:34jnollercreate