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 serhiy.storchaka
Recipients Arfrever, benjamin.peterson, pitrou, serhiy.storchaka, stutzbach, udoprog
Date 2012-12-03.12:25:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1354537560.21.0.00913722810277.issue16597@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch which calls close() on underlying stream even if flush() raises an exception.

I am not sure that I correctly set a context exception. There is no other examples in the code.
History
Date User Action Args
2012-12-03 12:26:00serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, benjamin.peterson, stutzbach, Arfrever, udoprog
2012-12-03 12:26:00serhiy.storchakasetmessageid: <1354537560.21.0.00913722810277.issue16597@psf.upfronthosting.co.za>
2012-12-03 12:26:00serhiy.storchakalinkissue16597 messages
2012-12-03 12:26:00serhiy.storchakacreate