[pypy-commit] pypy default: backout 03e42e96479d

arigo noreply at buildbot.pypy.org
Sun Dec 4 13:24:54 CET 2011


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r50125:8d1c4e952989
Date: 2011-12-04 13:21 +0100
http://bitbucket.org/pypy/pypy/changeset/8d1c4e952989/

Log:	backout 03e42e96479d

diff --git a/lib_pypy/itertools.py b/lib_pypy/itertools.py
deleted file mode 100644
--- a/lib_pypy/itertools.py
+++ /dev/null
@@ -1,6 +0,0 @@
-try:
-    from __builtin_itertools import *
-    from __builtin_itertools import __doc__
-except ImportError:
-    from _itertools import *
-    from _itertools import __doc__


More information about the pypy-commit mailing list