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 vinay.sajip
Recipients srid, vinay.sajip
Date 2009-07-05.09:32:47
SpamBayes Score 0.00051737594
Marked as misclassified No
Message-id <1246786369.35.0.749353647895.issue6333@psf.upfronthosting.co.za>
In-reply-to
Content
Can you submit a short script which demonstrates the bug? Your fix is
unfortunately not suitable to use as-is, since the StreamHandler
operates on file-like objects, and these are not guaranteed to have the
"closed" attribute.
History
Date User Action Args
2009-07-05 09:32:49vinay.sajipsetrecipients: + vinay.sajip, srid
2009-07-05 09:32:49vinay.sajipsetmessageid: <1246786369.35.0.749353647895.issue6333@psf.upfronthosting.co.za>
2009-07-05 09:32:47vinay.sajiplinkissue6333 messages
2009-07-05 09:32:47vinay.sajipcreate