Merged revisions 75928 via svnmerge from
commitb0a36898c27a7e0f5a65dd5d813508a8284d6777
authorbenjamin.peterson <benjamin.peterson@6015fed2-1504-0410-9fe1-9d1591cc4771>
Thu, 29 Oct 2009 01:22:38 +0000 (29 01:22 +0000)
committerbenjamin.peterson <benjamin.peterson@6015fed2-1504-0410-9fe1-9d1591cc4771>
Thu, 29 Oct 2009 01:22:38 +0000 (29 01:22 +0000)
treed4906ec26b01eac9c25820b2c77055a1d5c1e19d
parent9dee0977ba321f44e88f80c1dd9cd23d229d5095
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.
........

git-svn-id: http://svn.python.org/projects/python/branches/release31-maint@75930 6015fed2-1504-0410-9fe1-9d1591cc4771
Lib/test/test_pep263.py
Misc/NEWS
Python/ast.c