commit | 2731494720ce3cfa4816e9f3c711bbc19316acde | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Thu Oct 14 15:41:23 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Thu Oct 14 15:41:23 2010 +0000 |
tree | 09e2669920003062416235922fdd9ad79f3c439e | |
parent | c8ef6436d833b06f2b916127701abebb114ed38c [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. ........