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

Yury Selivanov yselivanov.ml at gmail.com
Fri Mar 2 23:55:50 CET 2012


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)

-
Yury

P.S. Sometimes I feel nostalgic for the moratorium...



More information about the Python-ideas mailing list