<div class="gmail_quote">On Sun, Aug 1, 2010 at 3:54 AM, Greg Ewing <span dir="ltr"><<a href="mailto:greg.ewing@canterbury.ac.nz">greg.ewing@canterbury.ac.nz</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
I have updated my prototype yield-from implementation<br>
to work with Python 3.1.2.<br><br></blockquote><div><br></div><div>My work is primarily on the management and analysis of huge genomics datasets. I use Python generators extensively and intensively to perform efficient computations and transformations on these datasets that avoid the need to materialize them in main memory to the extent possible. I've spent a great deal of effort working around the lack of an efficient "yield from" construct and would be very excited to see this feature added. More so, now that BioPython, NumPy, SciPy and other libraries that I depend on are well on their way to supporting Python 3, the availability of this feature alone would be incentive enough to update my code base to Python 3.</div>
<div><br></div><div>So in short:</div><div><br></div><div>+1</div><div><br></div><div>-Kevin</div><div><br></div></div>