96
96
if hasattr(_trace_file, 'closed') and _trace_file.closed:
99
103
# It seems that if we do ascii % (unicode, ascii) we can
100
104
# get a unicode cannot encode ascii error, so make sure that "fmt"
117
116
# TODO: jam 20051227 Consider flushing the trace file to help debugging