commit | 9d310d3581a226b36b217423c37cc735226bdc64 | [log] [tgz] |
---|---|---|
author | Brian Curtin <brian.curtin@gmail.com> | Sat Aug 07 03:56:16 2010 +0000 |
committer | Brian Curtin <brian.curtin@gmail.com> | Sat Aug 07 03:56:16 2010 +0000 |
tree | 5cfe7683f05b2b36af3c749976f233273e6a6f4c | |
parent | 27e19a21b14a5a9dfbe1b9567c6ec3a936b1551b [diff] |
Merged revisions 83771 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r83771 | brian.curtin | 2010-08-06 22:47:21 -0500 (Fri, 06 Aug 2010) | 3 lines Fix an assertRaises situation and typo. Also pass all tests to run_unittest rather than do it by platform -- the proper skips are in place already. ........