commit | 7e958d1ceb0b92fa7bace7040ce042474d3ea510 | [log] [tgz] |
---|---|---|
author | Amaury Forgeot d'Arc <amauryfa@gmail.com> | Sat Sep 06 21:03:22 2008 +0000 |
committer | Amaury Forgeot d'Arc <amauryfa@gmail.com> | Sat Sep 06 21:03:22 2008 +0000 |
tree | 0b7dcbb7ef25848b87508066dff09d73cb9a093b | |
parent | 5651eaa720e28fb95b78524524ee75bda2d0ae59 [diff] |
I modified the tests a bit to account for unicode string Merged revisions 66270 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r66270 | amaury.forgeotdarc | 2008-09-06 22:53:51 +0200 (sam., 06 sept. 2008) | 3 lines #3796: A test class was not run in test_float. Reviewed by Benjamin. ........