This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author grubert
Recipients amaury.forgeotdarc, collinwinter, fijal, grubert, nedds, rbp
Date 2008-07-19.06:39:39
SpamBayes Score 0.3365886
Marked as misclassified No
Message-id <1216449583.94.0.902645506884.issue2532@psf.upfronthosting.co.za>
In-reply-to
Content
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"
History
Date User Action Args
2008-07-19 06:39:47grubertsetspambayes_score: 0.336589 -> 0.3365886
recipients: + grubert, collinwinter, amaury.forgeotdarc, fijal, rbp, nedds
2008-07-19 06:39:44grubertsetspambayes_score: 0.336589 -> 0.336589
messageid: <1216449583.94.0.902645506884.issue2532@psf.upfronthosting.co.za>
2008-07-19 06:39:42grubertlinkissue2532 messages
2008-07-19 06:39:42grubertcreate