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 georg.brandl
Recipients della, georg.brandl, rhettinger
Date 2009-02-23.13:42:13
SpamBayes Score 0.20543465
Marked as misclassified No
Message-id <1235396534.85.0.254457398127.issue5350@psf.upfronthosting.co.za>
In-reply-to
Content
Assigning to Raymond.

Note that "for elem in b: break" and "next(b)" are not equivalent when b
is empty/exhausted.
History
Date User Action Args
2009-02-23 13:42:15georg.brandlsetrecipients: + georg.brandl, rhettinger, della
2009-02-23 13:42:14georg.brandlsetmessageid: <1235396534.85.0.254457398127.issue5350@psf.upfronthosting.co.za>
2009-02-23 13:42:13georg.brandllinkissue5350 messages
2009-02-23 13:42:13georg.brandlcreate