commit | dccc1fcfafd37c6fd94ca766516cb4903b29668e | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Mon Mar 22 00:15:53 2010 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Mon Mar 22 00:15:53 2010 +0000 |
tree | c61f70185ef656a1b6d80481d3cc1833ce3925d4 | |
parent | a6884fc0fdc46b88a006972d8e8e15f39359336e [diff] |
Merged revisions 79263 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r79263 | michael.foord | 2010-03-21 19:06:30 -0500 (Sun, 21 Mar 2010) | 1 line Issue 7815. __unittest in module globals trims frames from reported stacktraces in unittest. ........