commit | d989f820c880e7dff16293f6d2861330b5019130 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Thu Oct 14 15:43:25 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Thu Oct 14 15:43:25 2010 +0000 |
tree | 7f87e5e2c2ba73991c20ae7f4fd7e72384c318d2 | |
parent | 9a4acdf4a5a33e85e880de094ae7d5b0786634c8 [diff] |
Merged revisions 85482 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85482 | antoine.pitrou | 2010-10-14 17:34:31 +0200 (jeu., 14 oct. 2010) | 4 lines Replace the "compiler" resource with the more generic "cpu", so as to mark CPU-heavy tests. ........