commit | 9a38742ee0c67b9a7e10bc33b1a9a45f3bf57f18 | [log] [tgz] |
---|---|---|
author | Ezio Melotti <ezio.melotti@gmail.com> | Thu Feb 25 17:53:21 2010 +0000 |
committer | Ezio Melotti <ezio.melotti@gmail.com> | Thu Feb 25 17:53:21 2010 +0000 |
tree | 768766ca642fad743ff17c89d5226e8fbe925165 | |
parent | 2e9f202f627ac453f42e8b5df53388f6bf3806f7 [diff] |
Blocked revisions 78449 via svnmerge ........ r78449 | ezio.melotti | 2010-02-25 19:36:04 +0200 (Thu, 25 Feb 2010) | 1 line #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. ........