Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Otherwise any error message with non-ascii chars won't generate properly. The difference being that type('foo %s' % u'bar') -> unicode, but type('foo {}'.format(u'bar')) -> str.
- Loading branch information