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 r.david.murray
Recipients docs@python, ethan.furman, ezio.melotti, georg.brandl, r.david.murray, rhettinger, terry.reedy, tshepang, vy0123
Date 2014-11-04.08:10:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1415088637.95.0.00433196200754.issue22725@psf.upfronthosting.co.za>
In-reply-to
Content
Specifically, this works (in 2.7):

  >>> enumerate(sequence=myvar)

Changing sequence to iterable would break any code that was written like the above.
History
Date User Action Args
2014-11-04 08:10:38r.david.murraysetrecipients: + r.david.murray, georg.brandl, rhettinger, terry.reedy, ezio.melotti, docs@python, ethan.furman, tshepang, vy0123
2014-11-04 08:10:37r.david.murraysetmessageid: <1415088637.95.0.00433196200754.issue22725@psf.upfronthosting.co.za>
2014-11-04 08:10:37r.david.murraylinkissue22725 messages
2014-11-04 08:10:37r.david.murraycreate