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 jlivingston
Recipients
Date 2007-07-25.19:35:19
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Python 2.4.2
Windows XP SP2

logging.FileHandler may throw exception when calling flush(). This happens rarely and is due to the file handler already having been closed (probably by an external process). Simply checking within the close() method for an open file handler prior to calling flush() would fix this.
History
Date User Action Args
2007-08-23 14:58:53adminlinkissue1760556 messages
2007-08-23 14:58:53admincreate