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 r.david.murray
Recipients jwilk, martin.panter, pitrou, r.david.murray, serhiy.storchaka
Date 2015-03-22.17:11:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427044313.06.0.881162177175.issue22350@psf.upfronthosting.co.za>
In-reply-to
Content
It looks to be clearly the case that there needs to be some error handling code wrapped around the file write in _getlongresp.  Your patch doesn't do just that, however, so it seems like there may be other errors you are also worried about?  Can you explain their nature?  They should be dealt with separately from the "errors writing to file" issue, though, which is a special case.  And that case should be dealt with by draining the response before returning.
History
Date User Action Args
2015-03-22 17:11:53r.david.murraysetrecipients: + r.david.murray, pitrou, jwilk, martin.panter, serhiy.storchaka
2015-03-22 17:11:53r.david.murraysetmessageid: <1427044313.06.0.881162177175.issue22350@psf.upfronthosting.co.za>
2015-03-22 17:11:53r.david.murraylinkissue22350 messages
2015-03-22 17:11:53r.david.murraycreate