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 gvanrossum
Recipients carlj, gvanrossum, mgiuca
Date 2008-07-10.16:46:11
SpamBayes Score 0.041548442
Marked as misclassified No
Message-id <1215708373.65.0.770303082559.issue3331@psf.upfronthosting.co.za>
In-reply-to
Content
IMO the generator expression is wrong in interpreting the StopIteration
as a break. It should fail just like the list comprehension fails.
History
Date User Action Args
2008-07-10 16:46:14gvanrossumsetspambayes_score: 0.0415484 -> 0.041548442
recipients: + gvanrossum, mgiuca, carlj
2008-07-10 16:46:13gvanrossumsetspambayes_score: 0.0415484 -> 0.0415484
messageid: <1215708373.65.0.770303082559.issue3331@psf.upfronthosting.co.za>
2008-07-10 16:46:12gvanrossumlinkissue3331 messages
2008-07-10 16:46:12gvanrossumcreate