Kaydet (Commit) 463f39d9 authored tarafından Georg Brandl's avatar Georg Brandl

#3519: callee is an expression too.

üst 3f92bc6f
......@@ -1244,7 +1244,7 @@ their suffixes::
(expr1, expr2, expr3, expr4)
{expr1: expr2, expr3: expr4}
expr1 + expr2 * (expr3 - expr4)
func(expr1, expr2, *expr3, **expr4)
expr1(expr2, expr3, *expr4, **expr5)
expr3, expr4 = expr1, expr2
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment