Comment 6 for bug 501166

Revision history for this message
Martin Packman (gz) wrote :

Ugh, okay, I've got this. The fix discussed with Robert as UDS is to essentially backport the Python 3 string semantics to Python 2, so tracebacks are formatted as unicode. This involves messing with a lot of core modules, but can be done without monkey patching.