[Python-Dev] Re: PEP 289 - Generator Expressions Forward (original) (raw)
Greg Ewing greg at cosc.canterbury.ac.nz
Sun May 2 23:41:14 EDT 2004
- Previous message: [Python-Dev] Accessing base class C struct of subclass instance
- Next message: [Python-Dev] PEP 289 - Generator Expressions - Let's Move For ward
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
"Russell E. Owen" <rowen at cesmail.net>:
Personally, I'd only like to see generator expressions added to Python if they can allow list comprehensions to be deprecated -- to avoid language clutter.
That's possible in the sense that a list comprehension can be written as list(generator_expression).
But it will still be necessary to decide whether to wrap a list() around it.
Greg Ewing, Computer Science Dept, +--------------------------------------+ University of Canterbury, | A citizen of NewZealandCorp, a | Christchurch, New Zealand | wholly-owned subsidiary of USA Inc. | greg at cosc.canterbury.ac.nz +--------------------------------------+
- Previous message: [Python-Dev] Accessing base class C struct of subclass instance
- Next message: [Python-Dev] PEP 289 - Generator Expressions - Let's Move For ward
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]