commit | 41647d6dad0bcee398cdacb2901b0dd96f2ad08e | [log] [tgz] |
---|---|---|
author | Michael Foord <fuzzyman@voidspace.org.uk> | Sat Feb 06 00:26:13 2010 +0000 |
committer | Michael Foord <fuzzyman@voidspace.org.uk> | Sat Feb 06 00:26:13 2010 +0000 |
tree | 1017de2284bc65c78cc3ed218b0ec9bb2d8f39eb | |
parent | b112a41aa305ca16159ab60d916f0fb958db9d51 [diff] |
Merged revisions 78010 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r78010 | michael.foord | 2010-02-06 00:22:26 +0000 (Sat, 06 Feb 2010) | 1 line unittest.TestLoader creates a TestSuite before calling load_tests. Issue 7799. ........