[Python-3000] Is this really a SyntaxError?
Greg Ewing
greg.ewing at canterbury.ac.nz
Wed Jul 30 03:09:07 CEST 2008
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
More information about the Python-3000
mailing list