commit | cb11b251a09fe141b3ded25744b70caea51f6551 | [log] [tgz] |
---|---|---|
author | Michael Foord <fuzzyman@voidspace.org.uk> | Sat Jun 05 13:14:43 2010 +0000 |
committer | Michael Foord <fuzzyman@voidspace.org.uk> | Sat Jun 05 13:14:43 2010 +0000 |
tree | 464430d5658a90f4e1e4bd566ac8fdd927e7c9e7 | |
parent | 02ff2100d3935bbdb9ea0000b667982aecc9d6ee [diff] |
Merged revisions 81747 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r81747 | michael.foord | 2010-06-05 13:58:39 +0100 (Sat, 05 Jun 2010) | 1 line unittest.TestCase.assertDictEqual and assertMultilineEqual provide better default failure messages in the event of long diffs. ........