[Python-checkins] r78451 - python/branches/py3k

ezio.melotti python-checkins at python.org
Thu Feb 25 18:53:22 CET 2010


Author: ezio.melotti
Date: Thu Feb 25 18:53:21 2010
New Revision: 78451

Log:
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.
........


Modified:
   python/branches/py3k/   (props changed)


More information about the Python-checkins mailing list