On 4/19/06, Nick Coghlan <[EMAIL PROTECTED]> wrote: > A different idea from another part of the thread would be to allow a parameter > list rather than an identifier after **: > > def f(**(paramA, paramB=10)): > print paramA, paramB
Hm, -1. Without the explanation I would have *no* idea what that could mean. Even with explanation I'm not sure... (Is paramA a positional parameter? If not, why not, and what's its default?) -- --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