]> granicus.if.org Git - python/commit
Merged revisions 75928 via svnmerge from
authorBenjamin Peterson <benjamin@python.org>
Thu, 29 Oct 2009 01:22:38 +0000 (01:22 +0000)
committerBenjamin Peterson <benjamin@python.org>
Thu, 29 Oct 2009 01:22:38 +0000 (01:22 +0000)
commit7dc5ac5ec690db232359620d28cf102c3b6a5165
treeb3a9f727da23adcd733325dd8296c5ba0b061303
parent1531f528b3d89096817824d5c597ca873f59e822
Merged revisions 75928 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r75928 | benjamin.peterson | 2009-10-28 16:59:39 -0500 (Wed, 28 Oct 2009) | 5 lines

  in wide builds, avoid storing high unicode characters from source code with surrogates

  This is accomplished by decoding with utf-32 instead of utf-16 on all builds.
  The patch is by Adam Olsen.
........
Lib/test/test_pep263.py
Misc/NEWS
Python/ast.c