[IronPython] Re: Why won't these snippets run?

Ray Djajadinata rayfd_2000 at yahoo.com
Mon Sep 19 18:28:34 CEST 2005


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



More information about the Ironpython-users mailing list