[Python-Dev] accumulator display syntax
Guido van Rossum
guido at python.org
Fri Oct 17 17:50:34 EDT 2003
More information about the Python-Dev mailing list
Fri Oct 17 17:50:34 EDT 2003
- Previous message: [Python-Dev] accumulator display syntax
- Next message: [Python-Dev] accumulator display syntax
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> Yes. But don't mind me, I'm still sad that we have range and xrange > when iter(a:b) and list(a:b:c) would be SUCH good replacements for > them if slicing-notation was accepted elsewhere than in indexing, This has been proposed more than once (I think the last time by Paul Dubois, who wanted x:y:z to be a general expression), and has a certain elegance, but is probably too terse. --Guido van Rossum (home page: http://www.python.org/~guido/)
- Previous message: [Python-Dev] accumulator display syntax
- Next message: [Python-Dev] accumulator display syntax
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list