Nick Coghlan wrote:
With keyword-only parameters allowed now, I think it makes sense to be able to supply the keywords arguments after the variable length argument as well.
I'm confused -- I thought that keyword-only arguments were supposed to let you do exactly that. Or is that only in the def and not the call? In any case, it seems a natural thing to do in the call. -- Greg _______________________________________________ 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