PEP 736: Keyword Argument Shorthand: Final Draft

I would expect foo(*, foo.bar.baz)/foo(, =foo.bar.baz)/etc to be equivalent to foo(**{'foo.bar.baz': foo.bar.baz}). In fact, such a (later) expansion would be very useful in some cases, like a simple debug() function.

I wouldn’t e sure what to expect, so I’d rather not pursue that extension idea.

1 Like

In any case, the PEP has been submitted to the SC and this topic should probably be closed.

At author’s request.