[issue6333] logging: ValueError: I/O operation on closed file
Vinay Sajip
report at bugs.python.org
Sun Jul 5 11:32:49 CEST 2009
Vinay Sajip <vinay_sajip at yahoo.co.uk> added the comment:
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.
----------
assignee: -> vsajip
nosy: +vsajip
status: open -> pending
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6333>
_______________________________________
More information about the Python-bugs-list
mailing list