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 tshepang
Recipients docs@python, ethan.furman, ezio.melotti, georg.brandl, r.david.murray, rhettinger, terry.reedy, tshepang, vy0123
Date 2014-11-04.04:56:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1415076977.35.0.913395315014.issue22725@psf.upfronthosting.co.za>
In-reply-to
Content
@raymond

Why do you say that 'sequence' is a keyword?

>>> enumerate()
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
TypeError: Required argument 'sequence' (pos 1) not found

That means that 'sequence' can be changed to 'iterable' without worrying about backwards compatibility.
History
Date User Action Args
2014-11-04 04:56:17tshepangsetrecipients: + tshepang, georg.brandl, rhettinger, terry.reedy, ezio.melotti, r.david.murray, docs@python, ethan.furman, vy0123
2014-11-04 04:56:17tshepangsetmessageid: <1415076977.35.0.913395315014.issue22725@psf.upfronthosting.co.za>
2014-11-04 04:56:17tshepanglinkissue22725 messages
2014-11-04 04:56:17tshepangcreate