commit | c717aec77271f6ed3bb6c2b9f87559fd39e4f642 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Thu Oct 29 02:02:47 2009 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Thu Oct 29 02:02:47 2009 +0000 |
tree | ebb7992dfe4f675cd357edba62983d332ffe846a | |
parent | e7228d3e01d03e915ee42fceea914e1c7273b1e2 [diff] |
Merged revisions 75931 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r75931 | benjamin.peterson | 2009-10-28 20:49:07 -0500 (Wed, 28 Oct 2009) | 5 lines do a backport of r75928 The added test does not fail without the patch, but we still fix the issue of surrogates being used in wide builds where they should not be. ........