[pypy-commit] pypy py3k: switch to builtin next

2012-10-10 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r57995:10baee3314ed Date: 2012-10-09 18:17 -0700 http://bitbucket.org/pypy/pypy/changeset/10baee3314ed/ Log:switch to builtin next diff --git a/pypy/module/itertools/test/test_itertools.py b/pypy/module/itertools/test/test_itertools.py --- a/pyp

[pypy-commit] pypy py3k: switch to builtin next

2012-03-13 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r53517:bee5f89a9c93 Date: 2012-03-13 16:27 -0700 http://bitbucket.org/pypy/pypy/changeset/bee5f89a9c93/ Log:switch to builtin next diff --git a/pypy/interpreter/test/test_zzpickle_and_slow.py b/pypy/interpreter/test/test_zzpickle_and_slow.py ---