]> granicus.if.org Git - python/commit
#7649: "u'%c' % char" now behaves like "u'%s' % char" and raises a UnicodeDecodeError...
authorEzio Melotti <ezio.melotti@gmail.com>
Thu, 25 Feb 2010 17:36:04 +0000 (17:36 +0000)
committerEzio Melotti <ezio.melotti@gmail.com>
Thu, 25 Feb 2010 17:36:04 +0000 (17:36 +0000)
commit321251567e4fcbaa3a76f174e77980a3d76368ce
tree9823fae9504b361636cf65fa4432521ff8e9e4b1
parent271b7e1abbec121daf76136827611e314f153339
#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.
Misc/NEWS
Objects/unicodeobject.c