[Patches] [ python-Patches-547162 ] PEP 279 enumerate() implementation
noreply@sourceforge.net
noreply@sourceforge.net
Mon, 22 Apr 2002 13:19:32 -0700
Patches item #547162, was opened at 2002-04-22 12:49
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=547162&group_id=5470
Category: Core (C code)
>Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Raymond Hettinger (rhettinger)
>Assigned to: Guido van Rossum (gvanrossum)
Summary: PEP 279 enumerate() implementation
Initial Comment:
C version of enumerate().
Docs forthcoming this afternoon.
----------------------------------------------------------------------
>Comment By: Guido van Rossum (gvanrossum)
Date: 2002-04-22 16:19
Message:
Logged In: YES
user_id=6380
Thanks! I'll review it "soon". Tip for next time (don't
bother now): pack all the diffs in a single file. New files
can also be produced in diff form, by using diff -N. Having
6 separate files makes it 6 times as much work for a
reviewer to review the patch.
----------------------------------------------------------------------
Comment By: Raymond Hettinger (rhettinger)
Date: 2002-04-22 13:19
Message:
Logged In: YES
user_id=80475
Alex Martelli and I pair programmed this project -- meaning
he did the sophisticated part and then I picked at it and
then documented, tested, and packaged it.
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=547162&group_id=5470