Closed paultag closed 11 years ago
Looks like you have a local change:
File "/home/tag/dev/local/firehose/firehose/report.py", line 90, in to_xml_str
xml.write(output, encoding='utf-8')
in my firehose/report.py line 90 I have just:
xml.write(output)
Yep, that was while trying to get around the issue, I made an offhand note of that in my bug report :)
Attempted to work around by setting encoding to UTF-8
(perhaps a bit unclear)
Happens with pristine firehose too. I think it might be upstream.
Does it work with the latest code? (i.e. after all our Python 3 fixes)
Paul, should I close this out, or is this still an issue?
Uch. Not sure. I'm still getting odd Unicode failures in some chroots with the Python 3 test suite, but I can't pinpoint it yet.
I'm going to close this until I get a real bug. Sorry :)
Filing this issue as a placeholder so I don't forget.
Unknown source, may be coming from upstream xml module. Attempted to work around by setting encoding to UTF-8. Log uploaded to http://public.pault.ag/m68k_1180772182_log.bz2 .
Filing against Firehose for now, but the issue may be elsewhere.