[Python-ideas] keyword arguments everywhere (stdlib) - issue8706

Serhiy Storchaka storchaka at gmail.com
Sat Mar 3 10:53:59 CET 2012


03.03.12 00:55, Yury Selivanov написав(ла):
> How about ';'?  Is it possible to re-use it in this context?
>
> def (a; b, *, c)
> def (; b)

How about lambdas?

foo = lambda a; b: return a




More information about the Python-ideas mailing list