
21 Feb
2020
21 Feb
'20
7:49 p.m.
The only use cases mentioned in that thread that can't be handled are `builtins.map`, which we've decided to go the `ListVariadic` route with, and an analogous mapping function described by @rggjan, that again would be best served by `ListVariaidic`s.
The only thing that won't be served by either this kind of modification or ListVariadics, is adding named arguments, which I have not yet seen a request for.
I can try to get out a revised version of the PEP today :).
Best, Mark Mendoza