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 petri.lehtinen
Recipients aaron315, brian.curtin, petri.lehtinen, skrah
Date 2012-03-20.08:32:32
SpamBayes Score 0.0020194014
Marked as misclassified No
Message-id <1332232353.09.0.840089214234.issue14370@psf.upfronthosting.co.za>
In-reply-to
Content
This has the same effect:

a = list(range(5))
a.extend(iter(a))

So the problem is not in enumerate but in list.extend()
History
Date User Action Args
2012-03-20 08:32:33petri.lehtinensetrecipients: + petri.lehtinen, brian.curtin, skrah, aaron315
2012-03-20 08:32:33petri.lehtinensetmessageid: <1332232353.09.0.840089214234.issue14370@psf.upfronthosting.co.za>
2012-03-20 08:32:32petri.lehtinenlinkissue14370 messages
2012-03-20 08:32:32petri.lehtinencreate