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.