[Python-Dev] PEP 289: Generator Expressions
Tim Peters
tim at zope.com
Thu Oct 23 14:44:24 EDT 2003
More information about the Python-Dev mailing list
Thu Oct 23 14:44:24 EDT 2003
- Previous message: [Python-Dev] PEP 289: Generator Expressions
- Next message: [Python-Dev] PEP 289: Generator Expressions
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
FYI, some of the implementations of the backtracking conjoin() operator in
test_generators.py make heavy use of
for values[i] in gs[i]():
style for-loops. That style is often useful when generating vectors
representing combinatorial objects. I could live without it, but so far
haven't needed to prove that <wink>.
- Previous message: [Python-Dev] PEP 289: Generator Expressions
- Next message: [Python-Dev] PEP 289: Generator Expressions
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list