engelbert gruber <[EMAIL PROTECTED]> added the comment: The much simpler input might be another problem::
# this is accepted b = ("a = 0\n" * 100) # this one breaks it ("a = 0\n" * 100) this looks similar to ``map(None, t)`` on a line by itself is translated to ``list(map(None, t))`` and the message "You should use a for loop her" ---------- nosy: +grubert _______________________________________ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2532> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com