commit | 1467ac8e5430b9f3a193a70b6dcd77d56a2e56f1 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Fri Jan 09 03:42:38 2009 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Fri Jan 09 03:42:38 2009 +0000 |
tree | b495e398a3821b5734a041f6fbfa4269c1305f2a | |
parent | 60e9e6151fea4cc7bc2dcb2cc9f066300259b220 [diff] |
Merged revisions 67985 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r67985 | antoine.pitrou | 2008-12-28 10:01:11 -0600 (Sun, 28 Dec 2008) | 4 lines Issue #2153: modernize coding style of unittest.py, remove obsolete compatibility stuff. Patch by Virgil Dupras. ........