commit | 09f0d60f7cc08746511bb957c518885ee0421363 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sun Aug 01 18:41:59 2010 +0000 |
committer | Georg Brandl <georg@python.org> | Sun Aug 01 18:41:59 2010 +0000 |
tree | ccb0712b1de5cc9ed03ce1459060a4a0bfc0dad2 | |
parent | 607951d405d7afd8a17408aa9c0e10f44f505c8c [diff] |
Merged revisions 83395 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r83395 | georg.brandl | 2010-08-01 10:49:18 +0200 (So, 01 Aug 2010) | 1 line #8821: do not rely on Unicode strings being terminated with a \u0000, rather explicitly check range before looking for a second surrogate character. ........