thenoviceoof / pyli

Better python CLI integration
MIT License
9 stars 1 forks source link

Does not handle `with` correctly #14

Closed thenoviceoof closed 10 years ago

thenoviceoof commented 11 years ago

with open() as f: results in treating f as a free variable and trying to import it.

thenoviceoof commented 10 years ago

Fixed in ef5e3cdc6e857253b1eed9bbff8bb10a4d2e8353