daviis / PyDucker

A static ducking tool for python 3 source code
2 stars 2 forks source link

Yield from #100

Closed Smokebird closed 9 years ago

Smokebird commented 9 years ago

This should fix issue #78

daviis commented 9 years ago

This breaks ListComprehension. I'll see if I can figure out the right way to fix the yield issue.