[pypy-commit] pypy py3k: more and more itertools

antocuni noreply at buildbot.pypy.org
Fri Nov 2 19:07:40 CET 2012


Author: Antonio Cuni <anto.cuni at gmail.com>
Branch: py3k
Changeset: r58689:b84ad86b927b
Date: 2012-11-02 19:04 +0100
http://bitbucket.org/pypy/pypy/changeset/b84ad86b927b/

Log:	more and more itertools

diff --git a/pypy/objspace/std/test/test_obj.py b/pypy/objspace/std/test/test_obj.py
--- a/pypy/objspace/std/test/test_obj.py
+++ b/pypy/objspace/std/test/test_obj.py
@@ -3,6 +3,8 @@
 
 class AppTestObject:
 
+    spaceconfig = {'usemodules': ['itertools']}
+
     def setup_class(cls):
         from pypy.interpreter import gateway
         import sys


More information about the pypy-commit mailing list