Author: Mark Young <[email protected]>
Branch: 33_fix_itertools
Changeset: r84044:3dae50cc472c
Date: 2016-04-29 07:47 -0400
http://bitbucket.org/pypy/pypy/changeset/3dae50cc472c/

Log:    Get rid of out-of-date comment.

diff --git a/pypy/module/itertools/interp_itertools.py 
b/pypy/module/itertools/interp_itertools.py
--- a/pypy/module/itertools/interp_itertools.py
+++ b/pypy/module/itertools/interp_itertools.py
@@ -898,7 +898,6 @@
         w_chained_list = self.w_chained_list
         if w_chained_list is None:
             raise OperationError(self.space.w_StopIteration, self.space.w_None)
-        #TODO: Is this the right thing to do?
         w_obj = w_chained_list.w_obj
         if w_obj is None:
             try:
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to