Hacker News new | ask | show | jobs
by fennecfoxen 2129 days ago
You can setify any iterable. File handles are iterables that return a line at a time. Tada!
1 comments

> File handles are iterables...

I did not know that. Assumed you had to somehow wrap them first. Very useful, thanks!