commit | 0047511191ae5fa185bc24e43df4e0882f2376c2 | [log] [tgz] |
---|---|---|
author | Eric Smith <eric@trueblade.com> | Sat Mar 14 14:43:27 2009 +0000 |
committer | Eric Smith <eric@trueblade.com> | Sat Mar 14 14:43:27 2009 +0000 |
tree | 8b15872c974b336504c68204cd5b1c4eec3207e2 | |
parent | 991f8a0bebd01f8b571f706c645a13dc8b713e7c [diff] |
Merged revisions 70368 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r70368 | eric.smith | 2009-03-14 10:37:38 -0400 (Sat, 14 Mar 2009) | 1 line Unicode format tests weren't actually testing unicode. This was probably due to the original backport from py3k. ........