New PEP (281): Loop Counter Iteration with range and xrange
Aahz Maruch
aahz at panix.com
Thu Feb 28 15:45:30 EST 2002
More information about the Python-list mailing list
Thu Feb 28 15:45:30 EST 2002
- Previous message (by thread): New PEP (281): Loop Counter Iteration with range and xrange
- Next message (by thread): strongbox
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
In article <slrna6fu1v.goj.mlh at vier.idi.ntnu.no>, Magnus Lie Hetland <mlh at vier.idi.ntnu.no> wrote: > >I've submitted a draft PEP describing the idea of letting range and >xrange accept sequences (or possibly, for xrange, any iterable) and >return/yield one index per element. It's closely related to PEP 212, >but instead of proposing new functions/syntax, it proposes extending >the capabilities of existing functions. Have to say that I really don't like this suggestion as proposed. IMO, range() with a sequence should permit only one argument; at the very least, if more than one argument is permitted, the second and third arguments should be restricted to integers. -- --- Aahz <*> (Copyright 2002 by aahz at pobox.com) Hugs and backrubs -- I break Rule 6 http://www.rahul.net/aahz/ Androgynous poly kinky vanilla queer het Pythonista "He's Quebecois. He puts mayonnaise on *everything*." --siobhan at virulent.org
- Previous message (by thread): New PEP (281): Loop Counter Iteration with range and xrange
- Next message (by thread): strongbox
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list