Author: Lukas Diekmann <lukas.diekm...@uni-duesseldorf.de> Branch: set-strategies Changeset: r49233:d4f48513e645 Date: 2011-10-12 14:15 +0200 http://bitbucket.org/pypy/pypy/changeset/d4f48513e645/
Log: this comment won't be needed anymore diff --git a/pypy/objspace/std/setobject.py b/pypy/objspace/std/setobject.py --- a/pypy/objspace/std/setobject.py +++ b/pypy/objspace/std/setobject.py @@ -1185,7 +1185,6 @@ len__Frozenset = len__Set def iter__Set(space, w_left): - #return iter(w_left.getkeys()) return W_SetIterObject(space, w_left.iter()) iter__Frozenset = iter__Set _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit