#7649: "u'%c' % char" now behaves like "u'%s' % char" and raises a…
#7649: "u'%c' % char" now behaves like "u'%s' % char" and raises a UnicodeDecodeError if 'char' is a byte string that can't be decoded using the default encoding.
Showing
Please
register
or
sign in
to comment