commit | 6ab7f009ba130bc79ecc8fde2f85b1d1a2430b26 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Tue Apr 27 10:41:42 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Tue Apr 27 10:41:42 2010 +0000 |
tree | 1e1ef47751f1e237080398a2737256fdf45d1da6 | |
parent | 77a1c36fb701e8d2939442ff1c56caf0bd717570 [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. ........