Thanks for the clarification, Fredrik!

Cheers,
Ray

"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).


                
__________________________________ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com
_______________________________________________
users-ironpython.com mailing list
users-ironpython.com@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to