[EMAIL PROTECTED] a écrit : > I've been reading the following example, and couldn't figure out, what > **kw mean. (It's an empty dictionary, but what's the semantics):
Keyword varargs. And FWIW, *args is for positional varargs. -- http://mail.python.org/mailman/listinfo/python-list