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 belopolsky
Recipients Douglas.Leeder, belopolsky, docs@python, max, rhettinger, stutzbach
Date 2010-10-08.18:25:24
SpamBayes Score 3.8004628e-06
Marked as misclassified No
Message-id <AANLkTikO4pugmpBuZR=n7NBfMn5fHWPd_d7yh4GDFXQ1@mail.gmail.com>
In-reply-to <1286480237.64.0.444141117326.issue10029@psf.upfronthosting.co.za>
Content
On Thu, Oct 7, 2010 at 3:37 PM, Raymond Hettinger
<report@bugs.python.org> wrote:
..
> I'll update the docs with an equivalent that works and that has a comment showing when the
> StopIteration is raised and caught.
>

In this case, I wonder if "equivalent to" code should be added to the
section for enumerate() and map().  Also since any() and all() have
"equivalent to" code, I think min(), max() and sum() deserve it as
well.
History
Date User Action Args
2010-10-08 18:25:26belopolskysetrecipients: + belopolsky, rhettinger, stutzbach, docs@python, Douglas.Leeder, max
2010-10-08 18:25:25belopolskylinkissue10029 messages
2010-10-08 18:25:24belopolskycreate