commit | b62a20547a9d78a794e60ab709be43f51aee4aa4 | [log] [tgz] |
---|---|---|
author | Florent Xicluna <florent.xicluna@gmail.com> | Mon Aug 16 19:22:18 2010 +0000 |
committer | Florent Xicluna <florent.xicluna@gmail.com> | Mon Aug 16 19:22:18 2010 +0000 |
tree | e8f6b860fb58ab2a413d69f66e4d71f19a3059b2 | |
parent | 8a9b22204e6f85521de7c833d503e4690e247227 [diff] |
Merged revisions 84097,84099 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r84097 | florent.xicluna | 2010-08-16 20:41:19 +0200 (lun., 16 août 2010) | 1 line Use test.support and unittest features. Fix duplicated test (bad merge in r79033). Fix comment for issue #7902. ........ r84099 | florent.xicluna | 2010-08-16 21:03:05 +0200 (lun., 16 août 2010) | 1 line I get it wrong in r84097: s/relative/absolute/ ........