commit | 18c913e2b1ca9f7c92fa7ae22e260237f241a8b7 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Tue Apr 27 10:59:39 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Tue Apr 27 10:59:39 2010 +0000 |
tree | 4be148bd7b154e6062266162fcb2a20c20afdc48 | |
parent | af7c6026c7dffed19e1b473b770528575fbed68b [diff] |
Merged revisions 80529 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r80529 | antoine.pitrou | 2010-04-27 12:32:58 +0200 (mar., 27 avril 2010) | 4 lines Qualify or remove or bare excepts. Simplify exception handling in places. Remove uses of test_support.TestFailed. ........