Hacker News new | ask | show | jobs
by BiteCode_dev 932 days ago
I still think callable, and iter should be usable this way.

any(), probably not. The semantic is too different.

But having to import Callable while callable is a built-in is a missed opportunity.

I don't miss Union, Optional and List.