[pypy-commit] pypy set-strategies: this comment won't be needed anymore

l.diekmann noreply at buildbot.pypy.org
Thu Nov 10 13:51:51 CET 2011


Author: Lukas Diekmann <lukas.diekmann at 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


More information about the pypy-commit mailing list