On 4/20/06, Greg Ewing <[EMAIL PROTECTED]> wrote: > Some wilder ideas for keyword-only arguments: > > def spam(a, b, c, {d, e, f=x}): > # d, e are mandatory keyword-only > # f is optional keyword-only
IMO anything using any kind of nested brackets inside the argument list is doomed. Such syntax is too close to resembling a single argument with a complex sub-structure, even if there's a prefix operator. -- --Guido van Rossum (home page: http://www.python.org/~guido/) _______________________________________________ Python-3000 mailing list Python-3000@python.org http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com