[Python-Dev] PEP 289 - Generator Expressions (original) (raw)
[Python-Dev] PEP 289 - Generator Expressions - Let's Move Forward
Gustavo Niemeyer niemeyer at conectiva.com
Mon Apr 26 08:38:26 EDT 2004
- Previous message: [Python-Dev] PEP 289 - Generator Expressions - Let's Move Forward
- Next message: [Python-Dev] Re: generator expressions
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
We need reports from people writing real code with generator expressions. It's hard to guess if we'll get enough substantial feedback in the alpha releases. The kind of issues we're dealing with usually manifest themselves in real programs rather than toy examples; not sure that an alpha will get that kind of use.
An interesting idea might be to hack the standard library replacing every occurrence of list comprehensions with generator expressions, and check the respective test cases and/or applications using them.
-- Gustavo Niemeyer http://niemeyer.net
- Previous message: [Python-Dev] PEP 289 - Generator Expressions - Let's Move Forward
- Next message: [Python-Dev] Re: generator expressions
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]