commit | 2b293cf1a5dd602025ed01a0a520f005b543c319 | [log] [tgz] |
---|---|---|
author | Michael Foord <fuzzyman@voidspace.org.uk> | Thu Jun 10 20:41:54 2010 +0000 |
committer | Michael Foord <fuzzyman@voidspace.org.uk> | Thu Jun 10 20:41:54 2010 +0000 |
tree | ff86a2970310fe9e3ecb81809134e53e62f9e306 | |
parent | d8efa020d8591762bd4c1ab7a987eeafff72fdec [diff] |
Merged revisions 81878 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r81878 | michael.foord | 2010-06-10 21:40:21 +0100 (Thu, 10 Jun 2010) | 2 lines Fix issue with nested test suites debug method and module setups. (unittest) ........