commit | f20f9c299ee093fd67c5b3caf0b5013af71c3136 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Tue Feb 23 23:16:07 2010 +0000 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Tue Feb 23 23:16:07 2010 +0000 |
tree | fbd924eb5d0c4f24b121074fce82ca6a5dc3a658 | |
parent | ea370a9edd7212c81921decc7e33589ad9f69389 [diff] |
Issue #7649: Fix u'%c' % char for character in range 0x80..0xFF => raise an UnicodeDecodeError. Patch written by Ezio Melotti.