Ray Djajadinata wrote: > Thanks! I think last time you mentioned that IP > already had generators--were you referring to 0.9.2 or > some other version in the future?
"generators" != "generator expressions" the former is an execution mechanism which lets a function or method incrementally "yield" a sequence of values, instead of returning a single value (introduced in Python 2.2); the latter is syntactic sugar for one- line generators (introduced in Python 2.4). </F> _______________________________________________ users-ironpython.com mailing list users-ironpython.com@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com