Comment 2 for bug 90637

Revision history for this message
John A Meinel (jameinel) wrote :

I actually use it that way all the time.

I think the specific problem is that sys.stdout is getting an 'encoding' of None, and we aren't handling that well.

The simple fix is to just fall back to ASCII if encoding is None.

I can look at it a bit closer today.