[Python-checkins] r78395 - python/branches/py3k
victor.stinner
python-checkins at python.org
Wed Feb 24 00:21:33 CET 2010
Author: victor.stinner
Date: Wed Feb 24 00:21:33 2010
New Revision: 78395
Log:
Blocked revisions 78392 via svnmerge
........
r78392 | victor.stinner | 2010-02-24 00:16:07 +0100 (mer., 24 févr. 2010) | 4 lines
Issue #7649: Fix u'%c' % char for character in range 0x80..0xFF
=> raise an UnicodeDecodeError. Patch written by Ezio Melotti.
........
Modified:
python/branches/py3k/ (props changed)
More information about the Python-checkins
mailing list