[Python-ideas] keyword arguments everywhere (stdlib)
Ethan Furman
ethan at stoneleaf.us
Sat Mar 3 00:12:37 CET 2012
More information about the Python-ideas mailing list
Sat Mar 3 00:12:37 CET 2012
- Previous message: [Python-ideas] keyword arguments everywhere (stdlib) - issue8706
- Next message: [Python-ideas] keyword arguments everywhere (stdlib) - issue8706
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Yury Selivanov wrote: > On 2012-03-02, at 5:46 PM, Guido van Rossum wrote: >> Alternative proposal: how about using '/' ? It's kind of the opposite >> of '*' which means "keyword argument", and '/' is not a new character. > > How about ';'? Is it possible to re-use it in this context? > > def (a; b, *, c) > def (; b) Hmm -- not sure that is obvious enough. Also, your second example doesn't need the semi-colon at all. ~Ethan~
- Previous message: [Python-ideas] keyword arguments everywhere (stdlib) - issue8706
- Next message: [Python-ideas] keyword arguments everywhere (stdlib) - issue8706
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-ideas mailing list