Hacker News new | ask | show | jobs
by jdeaton 752 days ago
ok itertools has chain.from_iterable but that name is hard to remember
1 comments

Yes, I think it might have been a slight design mistake to make the variadic version the default. I've only very rarely used it, whereas I use chain.from_iterable a lot.